From 9de0574c2b2849d7f2750fda1912904128dd2963 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期二, 14 五月 2024 14:11:42 +0800 Subject: [PATCH] 部分调整 --- src/components/view/b1-inspect-order-plan.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/view/b1-inspect-order-plan.vue b/src/components/view/b1-inspect-order-plan.vue index eb1ea21..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' @@ -246,7 +246,7 @@ type: 'text', method: 'handleReview', disabFun: (row, index) => { - return row.userId == null || row.insState != 3 + return row.userId == null || row.insState != 3 || row.verifyUser != 1 } }, { id: '', -- Gitblit v1.9.3