From 1b2f1472a0dfb464d49a9ef252721caf1b5f1c76 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 14 五月 2024 14:24:44 +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