From ee84672f93c1d32a42cbfeb690412aa5cf68fa07 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 04 八月 2022 10:33:24 +0800 Subject: [PATCH] 更新 --- src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/index.vue b/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/index.vue index 916b8c0..f15e2ad 100644 --- a/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/index.vue +++ b/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/index.vue @@ -73,7 +73,7 @@ <el-table-column prop="gmtModitify" label="最后修改时间" show-overflow-tooltip></el-table-column> <el-table-column label="操作" align="center" width="280" class-name="small-padding fixed-width"> <template #default="scope"> - <el-button size="small" text type="primary" v-show="scope.row.taskStatus === 1 || scope.row.taskStatus === 4" :icon="Check" @click="onHandleTask(scope.row)">任务认领</el-button> + <el-button size="small" text type="primary" v-show="(scope.row.taskStatus === 1 || scope.row.taskStatus === 4) && scope.row.taskBelong === 1" :icon="Check" @click="onHandleTask(scope.row)">任务认领</el-button> </template> </el-table-column> </el-table> -- Gitblit v1.9.2