From 0f8eebf53cc761345bbacc71d9616c7129c4e287 Mon Sep 17 00:00:00 2001 From: lijiahang Date: Mon, 4 Mar 2024 12:28:55 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=B7=E5=BC=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orion-vue-views-components-table.vue.vm | 21 +++++++++--------- .../asset/host-group/host-group-tree.vue | 9 ++++---- .../meta/history/history-value-modal.vue | 1 - .../grant/components/host-identity-grant.vue | 1 - .../asset/grant/components/host-key-grant.vue | 1 - .../components/host-identity-table.vue | 9 ++++---- .../host-key/components/host-key-table.vue | 9 ++++---- .../asset/host-list/components/host-table.vue | 9 ++++---- .../terminal/components/sftp/sftp-table.vue | 1 - .../dict-key/components/dict-key-table.vue | 14 ++++++------ .../components/dict-value-table.vue | 13 +++++------ .../system/menu/components/menu-table.vue | 13 ++++++----- .../components/operator-log-query-header.vue | 10 ++++----- .../components/operator-log-table.vue | 5 +++-- .../views/user/role/components/role-table.vue | 9 ++++---- .../views/user/user/components/user-table.vue | 22 +++++++++---------- 16 files changed, 70 insertions(+), 77 deletions(-) diff --git a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-table.vue.vm b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-table.vue.vm index bf21b10a..b4280069 100644 --- a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-table.vue.vm +++ b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-table.vue.vm @@ -2,10 +2,10 @@ + label-align="left" + @submit="fetchTableData" + @reset="fetchTableData" + @keyup.enter="() => fetchTableData()"> #foreach($field in ${table.fields}) @@ -48,8 +48,8 @@
- 新增