From 6cf70610b0d700c64b9753590283fdfa5cf43493 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 15 一月 2026 17:27:02 +0800
Subject: [PATCH] 新增入职,岗位根据系统设置选择,修改列表岗位显示
---
src/views/customerService/feedbackRegistration/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/customerService/feedbackRegistration/index.vue b/src/views/customerService/feedbackRegistration/index.vue
index 0825aac..3d97ef8 100644
--- a/src/views/customerService/feedbackRegistration/index.vue
+++ b/src/views/customerService/feedbackRegistration/index.vue
@@ -121,7 +121,7 @@
openForm("edit", row);
},
disabled: (row) => {
- return row.checkUserId !== userStore.id || row.status !== 1
+ return row.status !== 1
}
},
],
--
Gitblit v1.9.3