diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue index 9327a4c2c..8f3fbecb8 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue @@ -12,11 +12,11 @@ - -
- -
-
+ + + + +
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue index eef3ef4b4..134daab78 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue @@ -258,7 +258,7 @@ export default { searchSarAccess() { this.$http.get("sarLawsDetailedList/sar-laws-detailed-list/getAllStand", { sortKey: 1, - ...this.sarSarAccessEOSearch + ...this.sarSarAccessEOSearch, }, { _this: this }, res => { diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue index deba43315..6c95fe1ee 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue @@ -3,7 +3,7 @@
- + 清空 + @click="clearSearch">清空 +
@@ -42,14 +43,16 @@ size="mini" @click="openModal(null,'addOpt')" v-btn-permission="'J2YEFN9MH4KWW5HMR2QH'" - >新增 + >新增 + 批量删除 + >批量删除 +
- 查看 - 编辑 - 删除 + 查看 + + 编辑 + + 删除 +
@@ -138,7 +148,8 @@ 数据获取中 - +
@@ -146,7 +157,7 @@ diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue new file mode 100644 index 000000000..7edf017a4 --- /dev/null +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue @@ -0,0 +1,2284 @@ + + + + diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue index dafa34498..317df4050 100644 --- a/src/pages/searchCenter/pages/standardSearch.vue +++ b/src/pages/searchCenter/pages/standardSearch.vue @@ -2491,6 +2491,7 @@ export default { height: auto !important; min-height: 100%; font-size: 14px; + background: #0c91e5; /deep/.el-button--mini { height: 29px; } diff --git a/src/router/index.js b/src/router/index.js index b7839c6b3..a26431095 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -734,7 +734,7 @@ const routes = [ // menuId: 'A594R75XEQ' } }, - // 标准法规库 - 标准法规清单 - 新增、编辑 + // 标准法规库 - 标准法规国家地区清单 - 新增、编辑 { path: '/listOfStandardsAndRegulationsDetails', name: 'ListOfStandardsAndRegulationsDetails', @@ -747,6 +747,32 @@ const routes = [ menuId: 'A594R75XEQ' } }, + // 标准法规库 - 标准法规项目清单 - 新增、编辑 + { + path: '/projectAddEit', + name: 'ProjectAddEit', + component: () => + import('@/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit'), + meta: { + requireAuth: true, + title: '标准法规清单管理', + parentPath: '/accessStandardsAndRegulations', + menuId: 'A594R75XEQ' + } + }, + // 标准法规库 - 标准法规其他清单 - 新增、编辑 + { + path: '/otherAddEit', + name: 'OtherAddEit', + component: () => + import('@/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit'), + meta: { + requireAuth: true, + title: '标准法规清单管理', + parentPath: '/accessStandardsAndRegulations', + menuId: 'A594R75XEQ' + } + }, // 未符合项跟踪 { path: '/nonConfomity',