1、问题调整
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<el-card class="lrtt">
|
||||
<div class="rt">
|
||||
<div class="operate">
|
||||
<el-button type="primary" @click="setAllMarkedRead">全部标记已读</el-button>
|
||||
<el-button type="primary" v-if="tableList && tableList.length > 0" @click="setAllMarkedRead">全部标记已读</el-button>
|
||||
</div><!--operate 操作按钮-->
|
||||
<el-table v-loading="loading" :data="tableList">
|
||||
<el-table-column type="index" label="序号" width="50" />
|
||||
|
||||
Reference in New Issue
Block a user