diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 208873b46..0a1f8a8c5 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -5,9 +5,9 @@
- + />
- - - {{ node.label }} - - - 新增 - - - 编辑 - - - 删除 - - - + > + + + {{ node.label }} + + + 新增 + + + 编辑 + + + 删除 + + +
-
+
- - + +
-
+
@@ -303,9 +341,9 @@ border class="drag-table" :row-class-name="dragRowClassName" - @sort-change="sortChange" :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px', - fontWeight: 'bold', height: '48px'}" + fontWeight: 'bold', height: '48px'}" + @sort-change="sortChange" @selection-change="standSelectChange" > @@ -313,13 +351,14 @@ - + align="center" + /> + type="index" + width="55" + label="序号" + align="center" + > @@ -339,15 +378,15 @@ > - + + + - - + - - - - - + 数据获取中
- + ref="menuTree" + node-key="id" + class="tree-line" + icon-class="icon-tree" + :indent="0" + show-checkbox + :check-strictly="true" + :props="props" + :data="treeList1" + :default-expanded-keys="['1']" + highlight-current + :filter-node-method="filterNode" + @check-change="handleCheckChange" + />
- +
@@ -557,7 +631,7 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
- +
- +

点击或拖拽上传文件

@@ -966,8 +1090,11 @@ - + @@ -977,7 +1104,7 @@ - + + @click="searchConfiguraStand" + > 查询 @@ -1012,17 +1140,19 @@ :header-cell-style="{background: '#f8f8f9', color: '#515a6e'}" @sort-change="sortChangeConfig" @select="handleSelectConfigStand" - @select-all="selectConfigStandAll"> + @select-all="selectConfigStandAll" + > - + align="center" + /> + type="index" + width="55" + label="序号" + align="center" + > @@ -1032,26 +1162,26 @@ prop="standCode" label="企标编号" align="center" - > - + width="120" + /> - + align="center" + /> - + align="center" + /> - + align="center" + /> @@ -1062,8 +1192,15 @@ prop="standStatusShow" label="标准状态" width="200" - align="center"> - + align="center" + /> +
+ @pageSizeChange="configuraPageSizeChange" + /> 加载中...
已选标准
@@ -1081,9 +1219,10 @@ v-for="tag in selectConfigStandList" :key="tag.id" size="mini" + closable @close="handleTagClose(tag)" - closable> - {{tag.standCode}} + > + {{ tag.standCode }}
@@ -1092,14 +1231,23 @@ @@ -1114,18 +1262,28 @@ > - + - + - +