diff --git a/web/public/config/columnList.js b/web/public/config/columnList.js index 63af75d..16af124 100644 --- a/web/public/config/columnList.js +++ b/web/public/config/columnList.js @@ -534,6 +534,13 @@ export const roleOptions = [ tableData: [], selectTableData: [], columns: [ + { + title: '操作', + dataIndex: 'action', + key: 'action', + align: 'center', + scopedSlots: { customRender: 'action' } + }, { title: '名称', dataIndex: 'name', diff --git a/web/src/components/EditCom.vue b/web/src/components/EditCom.vue index 522ffa4..c4f4472 100644 --- a/web/src/components/EditCom.vue +++ b/web/src/components/EditCom.vue @@ -53,7 +53,8 @@ :table-option="{ checkStrictly: false, selectTableData: item.selectTableData, - scroll: { y: 500 } + scroll: { y: 500 }, + select:false }" >