Commit c23cb825 authored by zhengke's avatar zhengke

修改

parent b3395e6c
......@@ -48,7 +48,7 @@
</el-button>
</div>
<div class="content">
<table class="fxCommTable" v-loading="loading">
<table class="fxCommTable" v-loading="loading" v-if="dataList.length>0">
<tr>
<th>级别标准</th>
<th v-for="(item,index) in titleList" :key="index">{{item.GradeName}}</th>
......@@ -60,6 +60,11 @@
</td>
</tr>
</table>
<table class="fxCommTable" v-else>
<tr>
<th>暂无数据</th>
</tr>
</table>
</div>
</div>
</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