From e2255cad8935c961fe161eca60dc88b0930395ad Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期一, 11 十二月 2023 15:25:00 +0800
Subject: [PATCH] 项目表

---
 web/packages/components/zt-table-column-handle/src/zt-table-column-handle.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/web/packages/components/zt-table-column-handle/src/zt-table-column-handle.vue b/web/packages/components/zt-table-column-handle/src/zt-table-column-handle.vue
index 37ef19a..6f9cfc3 100644
--- a/web/packages/components/zt-table-column-handle/src/zt-table-column-handle.vue
+++ b/web/packages/components/zt-table-column-handle/src/zt-table-column-handle.vue
@@ -41,11 +41,7 @@
         return typeof this.hasView === 'boolean' ? this.hasView : this.hasView(row)
       },
       isCanEidt(row) {
-        if(row.stepMarker && row.stepMarker.includes('wc')){
-          return false
-        }else {
-          return typeof this.hasEdit === 'boolean' ? this.hasEdit : this.hasEdit(row)
-        }
+        return typeof this.hasEdit === 'boolean' ? this.hasEdit : this.hasEdit(row)
       },
       isCanDelete(row) {
         return typeof this.hasDelete === 'boolean' ? this.hasDelete : this.hasDelete(row)

--
Gitblit v1.9.1