Commit c23cb825 authored by zhengke's avatar zhengke

修改

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