From a9658b57dd1c97c75de7cb714adfed12da8cbcfd Mon Sep 17 00:00:00 2001 From: lijiahang Date: Fri, 24 Nov 2023 16:48:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E6=95=B0=E9=87=8F=E5=81=8F=E5=A5=BD=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...rion-vue-views-components-card-list.vue.vm | 2 +- .../preference/model/AppPreferenceModel.java | 8 +- .../strategy/SystemPreferenceStrategy.java | 2 + orion-ops-ui/src/assets/style/layout.less | 4 + .../src/components/app/setting/block.vue | 8 +- .../components/app/setting/form-wrapper.vue | 15 +- .../src/components/app/setting/index.vue | 39 +++++ .../src/components/view/card-list/index.vue | 1 - orion-ops-ui/src/store/modules/app/index.ts | 3 + orion-ops-ui/src/store/modules/app/types.ts | 10 +- orion-ops-ui/src/types/card.ts | 5 +- orion-ops-ui/src/types/table.ts | 5 +- .../components/host-group-view-role-grant.vue | 3 + .../components/host-group-view-user-grant.vue | 4 +- .../components/host-identity-card-list.vue | 2 +- .../asset/host/components/host-card-list.vue | 4 +- sql/init-1-schema-databases.sql | 7 + ...-1-schema.sql => init-2-schema-tables.sql} | 141 +++++++++++++----- sql/{init-2-data.sql => init-3-data.sql} | 33 +++- 19 files changed, 242 insertions(+), 54 deletions(-) create mode 100644 sql/init-1-schema-databases.sql rename sql/{init-1-schema.sql => init-2-schema-tables.sql} (87%) rename sql/{init-2-data.sql => init-3-data.sql} (82%) diff --git a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm index 5609852d..52085e3f 100644 --- a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm +++ b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm @@ -16,7 +16,7 @@