diff --git a/src/App.vue b/src/App.vue index 7c65af2..c03ef5c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,24 +27,29 @@ :y-offset="60" :rotate="-15" /> + diff --git a/src/views/data/config/columns.ts b/src/views/data/config/columns.ts index e66b1c0..17441f8 100644 --- a/src/views/data/config/columns.ts +++ b/src/views/data/config/columns.ts @@ -6,12 +6,6 @@ export const columns = [ width: 50, fixed: 'left', }, - { - title: 'ID', - key: 'id', - fixed: 'left', - width: 50, - }, { title: '配置名称', key: 'name', diff --git a/src/views/data/config/index.vue b/src/views/data/config/index.vue index ce62c1c..e9fa0d6 100644 --- a/src/views/data/config/index.vue +++ b/src/views/data/config/index.vue @@ -1,81 +1,64 @@ - + - + + + + + + + 查询 + + + - + + + + + + + 新建 + - + 查询 + >删除 - - - - - - - - - 新建 - - - - - - 编辑 - - - - - - 删除 - - - - - - - - {{ item.name }}({{ item.code }}) - - - - + + + - + @@ -86,23 +69,27 @@ :configId="configId" v-model:visible="editVisible" ref="createModalRef" - @success="loadDataTable()" + @success="reloadTable('noRefresh')" />