From d78d2a205345c96183ff5af709d54081cf6f1968 Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Tue, 9 Jan 2024 23:53:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orion-vue-views-components-table.vue.vm | 4 +- .../src/components/app/navbar/index.vue | 2 +- .../components/app/setting/form-wrapper.vue | 2 +- orion-ops-ui/src/components/index.ts | 4 +- .../view/card-list/components/card-header.vue | 2 +- .../view/card-list/components/card-item.vue | 2 +- .../src/components/view/editor/core.ts | 2 +- .../src/components/view/editor/index.vue | 51 +++++++++++++++++-- .../json-editor-modal.vue} | 6 +-- orion-ops-ui/src/types/form.ts | 8 +-- .../asset/grant/components/router-roles.vue | 2 +- .../asset/grant/components/router-users.vue | 2 +- .../components/host-identity-form-modal.vue | 1 - .../components/host-identity-table.vue | 4 +- .../components/host-key-form-drawer.vue | 1 - .../host-key/components/host-key-table.vue | 4 +- .../components/config/host-config-drawer.vue | 5 +- .../components/config/ssh/ssh-config-form.vue | 10 ++-- .../asset/host-list/components/host-table.vue | 4 +- .../src/views/asset/host-list/types/const.ts | 2 +- .../workplace/components/popular-content.vue | 2 +- .../components/connect-log-table.vue | 4 +- .../new-connection/host-list-view.vue | 2 +- .../new-connection/new-connection-view.vue | 7 +-- .../new-connection/ssh-extra-modal.vue | 3 +- .../view-setting/terminal-display-block.vue | 3 +- .../view-setting/terminal-theme-block.vue | 13 ++--- .../components/dict-key-form-modal.vue | 2 +- .../dict-key/components/dict-key-table.vue | 4 +- .../src/views/system/dict-key/index.vue | 4 +- .../src/views/system/dict-key/types/const.ts | 4 +- .../components/dict-value-table.vue | 4 +- .../info/components/operator-log-list.vue | 4 +- orion-ops-ui/src/views/user/info/index.vue | 2 +- .../components/operator-log-query-header.vue | 6 +-- .../src/views/user/operator-log/index.vue | 4 +- .../views/user/role/components/role-table.vue | 4 +- .../views/user/user/components/user-table.vue | 4 +- 38 files changed, 121 insertions(+), 73 deletions(-) rename orion-ops-ui/src/components/view/{json/json-view-modal.vue => json-editor/json-editor-modal.vue} (94%) 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 0a87a4f9..bf21b10a 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 @@ -1,7 +1,7 @@ - +