From 5c330a911d5adcdcd4b24d4fb4e5cd2ba3d4065c Mon Sep 17 00:00:00 2001 From: Moxun Date: Mon, 9 Mar 2020 09:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E7=AE=A1=E7=90=86=E4=BD=BF?= =?UTF-8?q?=E7=94=A8CRUD=E7=BB=84=E4=BB=B6=E6=94=B9=E5=86=99=EF=BC=8CCRUD?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=A2=9E=E5=8A=A0=E5=AF=B9table=E5=BB=B6?= =?UTF-8?q?=E8=BF=9F=E5=AE=9E=E4=BE=8B=E5=8C=96=E6=94=AF=E6=8C=81=EF=BC=8C?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=BB=84=E4=BB=B6=E6=B3=A8=E5=86=8C=E3=80=81?= =?UTF-8?q?=E6=B3=A8=E9=94=80=20(#83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 1. 字典管理使用CRUD组件改写 2. CRUD组件增加对table延迟实例化(例如使用v-if)支持 3. 完善CRUD实例与组件实例注册与注销 * 字典详情恢复之前风格 --- src/components/Crud/RR.operation.vue | 2 +- src/components/Crud/crud.js | 75 +++++++++++------ src/views/system/dict/dictDetail.vue | 100 +++++++++++----------- src/views/system/dict/index.vue | 121 +++++++++++---------------- 4 files changed, 150 insertions(+), 148 deletions(-) diff --git a/src/components/Crud/RR.operation.vue b/src/components/Crud/RR.operation.vue index 18a8b09..df2c138 100644 --- a/src/components/Crud/RR.operation.vue +++ b/src/components/Crud/RR.operation.vue @@ -2,7 +2,7 @@ diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 64e58ad..cedcf38 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -1,7 +1,7 @@