From 499fff8e288852283a0651a677b74ffedf00afe6 Mon Sep 17 00:00:00 2001 From: "LAPTOP-8RNQO8UO\\86159" <2423579486@qq.com> Date: Tue, 4 Jul 2023 14:43:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BB=A3=E7=A0=81=E5=9D=97=E7=B1=BB?= =?UTF-8?q?=E7=9B=AE=E6=A8=A1=E5=9D=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/code/code_module/index.vue | 22 ++++- .../AddCodeModuleCategoryDialog.vue | 6 -- .../EditCodeModuleCategoryDialog.vue | 6 -- .../components/LookCodeModuleListDialog.vue | 57 +++++++++++ .../index/code/code_module_category/index.vue | 97 ++++++++++++++++--- src/service/code_module_category.js | 21 ++-- 6 files changed, 169 insertions(+), 40 deletions(-) create mode 100644 src/pages/index/code/code_module_category/components/LookCodeModuleListDialog.vue diff --git a/src/pages/index/code/code_module/index.vue b/src/pages/index/code/code_module/index.vue index b21f863..6d82221 100644 --- a/src/pages/index/code/code_module/index.vue +++ b/src/pages/index/code/code_module/index.vue @@ -1,12 +1,11 @@ @@ -65,6 +68,28 @@ row-key="code_module_category_guid" :tree-props="{ children: 'children' }"> + + + + + + + + + + - + + + 查看代码块列表 + + + 审核 + @@ -102,15 +135,20 @@ + + +