Commit 5f154bb7 authored by youjie's avatar youjie

no message

parent c5be48b6
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</el-select> </el-select>
</div> </div>
</div> </div>
<consumptionCourseList :dataList="tableData" :MaxLength="MaxLength" :loading="loading"></consumptionCourseList> <consumptionCourseList v-loading="loading" :dataList="tableData" :MaxLength="MaxLength" :loading="loading"></consumptionCourseList>
</div> </div>
</template> </template>
......
...@@ -30,8 +30,7 @@ ...@@ -30,8 +30,7 @@
</div> </div>
</div> --> </div> -->
<div v-if="dataList.length>0" class="list-box"> <div v-if="dataList.length>0" class="list-box">
<table <table style="width:1900px;border-collapse: collapse;"
v-loading="loading" style="width:1900px;border-collapse: collapse;"
class="tableBox" border="1px"> class="tableBox" border="1px">
<tr> <tr>
<td class="cancelClassList-left"> <td class="cancelClassList-left">
...@@ -87,7 +86,7 @@ ...@@ -87,7 +86,7 @@
</table> </table>
</div> </div>
<div v-if="dataList.length==0" style="padding: 100px;text-align: center;">暂无数据</div> <div v-else style="padding: 100px;text-align: center;">暂无数据</div>
</div> </div>
</template> </template>
......
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