Commit 1f710b26 authored by youjie's avatar youjie

no message

parent bf781a39
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
:style="{'width':dataList.length>20?'1900px':'auto'}" :style="{'width':dataList.length>20?'1900px':'auto'}"
class="tableBox" border="1px"> class="tableBox" border="1px">
<tr> <tr>
<td class="cancelClassList-left"> <td class="cancelClassList-left" style="width: 70px;">
报名课程 报名课程
</td> </td>
<template v-for="(item,index) in dataList"> <template v-for="(item,index) in dataList">
......
...@@ -8,9 +8,10 @@ ...@@ -8,9 +8,10 @@
<template v-slot:body="props"> <template v-slot:body="props">
<q-tr :props="props"> <q-tr :props="props">
<q-td auto-width key="DateStr"> <q-td auto-width key="DateStr">
{{props.row.DateStr}} <div style="display: flex;">
<br /> <p class="q-mr-sm">{{props.row.DateStr}}</p>
{{props.row.WeekStr}} <p>{{props.row.WeekStr}}</p>
</div>
</q-td> </q-td>
<q-td key="TimeList" :props="props"> <q-td key="TimeList" :props="props">
<div style="display: flex;"> <div style="display: flex;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment