wangting
2024-05-10 fd15db44e6bd9b7b9a6537b82bb90a81c009b24a
action
已修改2个文件
5 ■■■■■ 文件已修改
Source/ProjectWeb/src/components/actions/base/DeleteAction.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/ProjectWeb/src/components/actions/base/DeleteAction.js
@@ -34,7 +34,6 @@
  }).catch(()=>{
  })
};
/**
Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue
@@ -115,7 +115,7 @@
        return basicColumn;
      } else if (this.type === 'table' || this.type === 'TreeTable') {
        const top = basicColumn.filter(item => {
          if (item.paramVOS && item.paramVOS.webUiButtonLocation && item.paramVOS.webUiButtonLocation !== 'menu') {
          if (item.paramVOS && item.paramVOS.showLocation && item.paramVOS.showLocation !== 'menu') {
            return true;
          } else if (item.id != "edit" && item.id != "del" && item.id != "delete" &&  item.id != "refresh") {
            return true;
@@ -123,7 +123,7 @@
          return false
        });
        const menu = basicColumn.filter(item => {
          if (item.paramVOS && item.paramVOS.webUiButtonLocation && item.paramVOS.webUiButtonLocation === 'menu') {
          if (item.paramVOS && item.paramVOS.showLocation && item.paramVOS.showLocation === 'menu') {
            return true
          } else if (item.id == "edit" || item.id == "del" || item.id == "delete"){
            return true;