wente
2023-12-11 dfd3903f59e4d5d32ffa5be546b00458d3e76477
web/packages/components/zt-table-column-handle/src/zt-table-column-handle.vue
@@ -41,7 +41,11 @@
        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)
        }
      },
      isCanDelete(row) {
        return typeof this.hasDelete === 'boolean' ? this.hasDelete : this.hasDelete(row)