From 30ad33f26a0ba587ed5f03cc155f8eb9f1513ff9 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 25 十一月 2025 13:18:29 +0800
Subject: [PATCH] 1.海川开心-新增入职必填校验
---
src/views/basicData/customerFile/index.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/basicData/customerFile/index.vue b/src/views/basicData/customerFile/index.vue
index 94168c4..1a8a671 100644
--- a/src/views/basicData/customerFile/index.vue
+++ b/src/views/basicData/customerFile/index.vue
@@ -305,10 +305,7 @@
type: "text",
clickFun: (row) => {
openForm("edit", row);
- },
- disabled: (row) => {
- return row.maintainer !== userStore.nickName
- }
+ }
},
],
},
--
Gitblit v1.9.3