wangting
2024-05-10 fd15db44e6bd9b7b9a6537b82bb90a81c009b24a
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;