@@ -97,7 +97,7 @@
@current-change="handlePageChange" />
</div>
<div class="notice-btn-box" style="margin-top: 20px">
- <!-- <el-button plain disabled>点击清空</el-button> -->
+ <!-- <el-button plain disabled>点击清空</el-button> -->
<el-button type="primary" @click="allReadFn" v-if="noticeData.length != 0">全部已读</el-button>
@@ -90,12 +90,9 @@ const selectConfig = computed(() => {
{
label: '流程状态',
prop: 'status',
+ isShowAll:false,
data: [
- label: '待处理',
- value: '1',
- },
- {
label: '已发起',
value: '2',
},