From f69b748f861989d3550834ba9e001004be2f32ab Mon Sep 17 00:00:00 2001 From: gaojiabao Date: Thu, 30 Mar 2023 19:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8E=A5=E6=94=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=20=E7=82=B9=E5=87=BB=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home2/components/todoList/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index d0fb3b692..0c0158c67 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -16,11 +16,11 @@ size="small" class="common-button-primary" icon="el-icon-check" - @click="handleReceive(item)" v-if="(item.prcType == 25 && item.taskInfo == '技术标准起草') || (item.prcType == 3 && item.taskInfo == '意见反馈') || + @click="handleReceive(item)" v-if="item.showreceive && ((item.prcType == 25 && item.taskInfo == '技术标准起草') || (item.prcType == 3 && item.taskInfo == '意见反馈') || (item.prcType == 9 && item.taskInfo == '解读') || (item.prcType == 6 && item.taskInfo === '合规评估') || (item.prcType == 6 && item.taskInfo == '批准') || (item.prcType == 2 && item.taskInfo === '调研结果反馈') || (item.prcType == 8 && item.taskInfo === '合规排查(上传合规举证材料)') || (item.prcType == 10 && item.taskInfo === '清单完善1') || (item.prcType == 26 && item.taskInfo === '立项确认') || - (item.prcType == 'buss3' && item.taskInfo === '复审')? true : false">接受任务 + (item.prcType == 'buss3' && item.taskInfo === '复审'))? true : false">接受任务 @@ -41,6 +41,7 @@ export default { toDoTaskList: [],// 代办数据 total: 0, pageNo: 1, + showreceive:true, } }, computed: {},