From 9fcd2129005f56dffbd7a4fb8bcff85fa28ff6c9 Mon Sep 17 00:00:00 2001 From: icssoa <2570063477@qq.com> Date: Tue, 6 Apr 2021 16:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3crud=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E6=97=A0=E6=B3=95=E5=8F=8C=E5=90=91=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 9 +-- package.json | 2 +- .../modules/base/components/dept/tree.vue | 1 - .../modules/base/components/menu/icons.vue | 1 - src/cool/modules/base/utils/index.ts | 4 +- .../components/context-menu/context-menu.tsx | 11 ++- .../crud/components/context-menu/index.ts | 16 +--- src/cool/modules/crud/components/crud/app.ts | 4 +- .../modules/crud/components/form/index.tsx | 1 + src/cool/modules/crud/static/index.scss | 2 +- src/cool/modules/crud/types/form.d.ts | 7 +- src/cool/modules/crud/types/table.d.ts | 1 + src/cool/modules/crud/utils/vnode.tsx | 17 +++-- .../modules/demo/components/crud/form.vue | 41 ++++------- .../components/crud/{ => render}/test.vue | 0 .../demo/components/crud/render/test2.tsx | 30 ++++++++ .../modules/demo/components/crud/table.vue | 11 +-- yarn-error.log | 73 +++++++------------ 18 files changed, 113 insertions(+), 118 deletions(-) rename src/cool/modules/demo/components/crud/{ => render}/test.vue (100%) create mode 100644 src/cool/modules/demo/components/crud/render/test2.tsx diff --git a/index.html b/index.html index ff3c389..089bde0 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0" /> + COOL-ADMIN