From 864c0c9061edcb094ae041103b06321108fccc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 13 Jun 2024 16:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=BA=93=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/views/ThirdLocationManage/ThirdLocationJob.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/PC/src/views/ThirdLocationManage/ThirdLocationJob.vue b/fe/PC/src/views/ThirdLocationManage/ThirdLocationJob.vue index c531e51e1..45c4ba21b 100644 --- a/fe/PC/src/views/ThirdLocationManage/ThirdLocationJob.vue +++ b/fe/PC/src/views/ThirdLocationManage/ThirdLocationJob.vue @@ -97,7 +97,7 @@ export default { { type: 'success', label: '完成', - hide: () => { return this.hideButton([4])},//部分完成 + hide: () => { return this.hideButton([1,4])},//待处理,部分完成 name: "close", size: 'mini' },