Commit 1f710b26 authored by youjie's avatar youjie

no message

parent bf781a39
......@@ -34,7 +34,7 @@
:style="{'width':dataList.length>20?'1900px':'auto'}"
class="tableBox" border="1px">
<tr>
<td class="cancelClassList-left">
<td class="cancelClassList-left" style="width: 70px;">
报名课程
</td>
<template v-for="(item,index) in dataList">
......
......@@ -8,9 +8,10 @@
<template v-slot:body="props">
<q-tr :props="props">
<q-td auto-width key="DateStr">
{{props.row.DateStr}}
<br />
{{props.row.WeekStr}}
<div style="display: flex;">
<p class="q-mr-sm">{{props.row.DateStr}}</p>
<p>{{props.row.WeekStr}}</p>
</div>
</q-td>
<q-td key="TimeList" :props="props">
<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