From 2b5ab47f9e5c105f475994bcc3bfd1fc146d23b4 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期二, 14 五月 2024 02:25:56 +0800
Subject: [PATCH] 部分调整

---
 src/components/view/b1-inspect-order-plan.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/view/b1-inspect-order-plan.vue b/src/components/view/b1-inspect-order-plan.vue
index 867b6f1..54a6f86 100644
--- a/src/components/view/b1-inspect-order-plan.vue
+++ b/src/components/view/b1-inspect-order-plan.vue
@@ -189,7 +189,7 @@
 
 <script>
 	import ValueTable from '../tool/value-table.vue'
-  import Inspection from '../do/b1-inspect-order-plan/Inspection.vue'
+  	import Inspection from '../do/b1-inspect-order-plan/Inspection.vue'
 	import {
 		getYearAndMonthAndDays
 	} from '../../util/date'
@@ -245,9 +245,9 @@
 							font: '澶嶆牳',
 							type: 'text',
 							method: 'handleReview',
-							/* disabFun: (row, index) => {
-								return row.userId == null || row.insState != 3
-							} */
+							disabFun: (row, index) => {
+								return row.userId == null || row.insState != 3 || row.verifyUser != 1
+							}
 						}, {
 							id: '',
 							font: '璁ら',

--
Gitblit v1.9.3