From 95639b43ec1719d6bf4812f4d0c2756dcef93358 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 15 四月 2024 14:41:21 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master
---
src/components/view/b1-inspect-order-plan.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/view/b1-inspect-order-plan.vue b/src/components/view/b1-inspect-order-plan.vue
index 9fd9060..97c3c80 100644
--- a/src/components/view/b1-inspect-order-plan.vue
+++ b/src/components/view/b1-inspect-order-plan.vue
@@ -245,9 +245,9 @@
font: '澶嶆牳',
type: 'text',
method: 'handleReview',
- // disabFun: (row, index) => {
- // return row.userId == null || row.insState != 4
- // }
+ disabFun: (row, index) => {
+ return row.userId == null || row.insState != 4
+ }
}, {
id: '',
font: '璁ら',
--
Gitblit v1.9.3