From b5b79e4f812ec64073ada3a1e5bbeef5ce69b014 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Wed, 19 Jun 2024 09:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=80=E6=9C=AF=E7=9B=91?= =?UTF-8?q?=E7=9D=A3=20=E9=87=8D=E6=96=B0=E5=8F=91=E8=B5=B7=20=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../panorama/components/mapL.vue | 4 +- .../harmonicSurvey/components/planManage.vue | 3 +- .../harmonicSurvey/components/testManage.vue | 398 +++++++++--------- src/views/pqs/supervise/plan/index.vue | 3 +- .../components/cycleDetection/index.vue | 2 +- 5 files changed, 207 insertions(+), 203 deletions(-) diff --git a/src/views/pqs/qualityInspeection/panorama/components/mapL.vue b/src/views/pqs/qualityInspeection/panorama/components/mapL.vue index c2754e8f..ad22cec7 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/mapL.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/mapL.vue @@ -13,12 +13,12 @@
{{ item.title }}: - +
diff --git a/src/views/pqs/supervise/harmonicSurvey/components/planManage.vue b/src/views/pqs/supervise/harmonicSurvey/components/planManage.vue index a498e787..4a19dfa4 100644 --- a/src/views/pqs/supervise/harmonicSurvey/components/planManage.vue +++ b/src/views/pqs/supervise/harmonicSurvey/components/planManage.vue @@ -159,8 +159,7 @@ const tableStore = new TableStore({ icon: 'el-icon-Open', render: 'basicButton', disabled: row => { - return (row.createBy = - adminInfo.$state.id || row.status == 3 || row.status == 2 || row.status == 4) + return row.createBy != adminInfo.$state.id || row.status != 1 }, click: row => { cancelLeave(row) diff --git a/src/views/pqs/supervise/harmonicSurvey/components/testManage.vue b/src/views/pqs/supervise/harmonicSurvey/components/testManage.vue index e645c11f..32fbf610 100644 --- a/src/views/pqs/supervise/harmonicSurvey/components/testManage.vue +++ b/src/views/pqs/supervise/harmonicSurvey/components/testManage.vue @@ -1,26 +1,27 @@ +6T - - + diff --git a/src/views/pqs/supervise/plan/index.vue b/src/views/pqs/supervise/plan/index.vue index 37d4afea..85153d03 100644 --- a/src/views/pqs/supervise/plan/index.vue +++ b/src/views/pqs/supervise/plan/index.vue @@ -237,7 +237,8 @@ const tableStore = new TableStore({ icon: 'el-icon-Open', render: 'basicButton', disabled: row => { - return row.createBy != adminInfo.$state.id || row.status != 1 || !row.processInstanceId + // return row.createBy != adminInfo.$state.id || row.status != 1 || !row.processInstanceId + return row.createBy != adminInfo.$state.id || row.status != 1 }, click: row => { cancelLeave(row) diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/cycleDetection/index.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/cycleDetection/index.vue index e4117480..ddb3d5a3 100644 --- a/src/views/pqs/supervise/terminalNetworkDetection/components/cycleDetection/index.vue +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/cycleDetection/index.vue @@ -146,7 +146,7 @@ const tableStore = new TableStore({ icon: 'el-icon-Open', render: 'basicButton', disabled: row => { - return row.status != 1 + return row.createBy != adminInfo.$state.id || row.status != 1 }, click: async row => { // cancelLeave(row)