From b3df9c6b60531b1f332abeff48fb9f56cfa5c256 Mon Sep 17 00:00:00 2001 From: zyn Date: Sun, 4 Feb 2024 15:22:30 +0800 Subject: [PATCH] style: --- .../regulatoryRepository/dataCenter/index.vue | 454 ++++++++++-------- 1 file changed, 256 insertions(+), 198 deletions(-) diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue index af6ac475f..c61e9b74e 100644 --- a/src/pages/regulatoryRepository/dataCenter/index.vue +++ b/src/pages/regulatoryRepository/dataCenter/index.vue @@ -15,51 +15,60 @@ :data="treeList" :default-expanded-keys="['1']" highlight-current + :filter-node-method="filterNode" @node-click="treeClick" - :filter-node-method="filterNode"> - - - {{ node.label }} - - - 新增 - - - 编辑 - - - 删除 - - - + > + + + {{ node.label }} + + + 新增 + + + 编辑 + + + 删除 + + + -
+
- - + +
-
+
@@ -245,24 +282,28 @@ label-width="130px" >
- + - + - + @@ -273,12 +314,16 @@ class="common-button-primary" icon="el-icon-check" type="primary" - @click="saveProduct('productModelAdd')">提交 + @click="saveProduct('productModelAdd')" + > + 提交 取消 + @click="closeModal" + > + 取消
@@ -292,15 +337,21 @@ >
- + - + /> @@ -323,7 +374,13 @@ prop="dataType" class="add-form-item" > - + - + /> - - - - - + + + + + @@ -364,17 +421,23 @@ class="add-form-item" > - + + :file-list="fileList" + > 点击上传 @@ -403,19 +467,19 @@ class="common-button-primary" size="mini" icon="el-icon-check" - @click="saveInfo" :loading="submitLoading" - >提交 - + 提交 + 取消 - + 取消 +
@@ -423,10 +487,10 @@