diff --git a/src/components/CustomTable/CustomTable.vue b/src/components/CustomTable/CustomTable.vue index 09496ed..711fd12 100644 --- a/src/components/CustomTable/CustomTable.vue +++ b/src/components/CustomTable/CustomTable.vue @@ -86,11 +86,14 @@ export default { methods: { parseTime, filteredActions(applyStatus) { - if (applyStatus === 3) { - return this.actions; - } else { + if(applyStatus === 0 || applyStatus === 1){ return this.actions.filter(action => action.text !== '退回意见'); } + if (applyStatus === 3) { + return this.actions + } else if(applyStatus === 2 || applyStatus === 4){ + return this.actions.filter(action => action.text === '查看'); + } }, //父组件搜索方法 getList(query){ diff --git a/src/views/reward/aduit/index.vue b/src/views/reward/aduit/index.vue index 5bd5319..bd98647 100644 --- a/src/views/reward/aduit/index.vue +++ b/src/views/reward/aduit/index.vue @@ -18,16 +18,6 @@ @keyup.enter.native="handleQuery" /> - - - - - 搜索 重置