diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue index 732580c42..e74f9da10 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue @@ -226,133 +226,134 @@ size="900px" custom-class="demo-drawer" > -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 查询 - - - - 清空 - - - -
+
+
+ +

如果各项目符合法规情况相同,可同时勾选,第一个勾选项目合规排查结果,将代表所有勾选项目合规排查结果。

+ type="selection" + width="55" + align="center"> + type="index" + width="55" + label="序号" + align="center"> + align="center" + prop="projectName" + label="项目名称"/> + align="center" + width="120" + prop="projectStatus" + label="项目状态"/> + align="center" + prop="currentNode" + label="当前节点"/> + align="center" + prop="projectGroup" + label="项目群"/> + align="center" + prop="uname" + label="项目经理"/>
+ {{$t('m.dataAcquisition')}}
@@ -410,6 +411,7 @@ export default { return { active: "1", //折叠的标志,true为折叠,false为不折叠 + replaceLoading: false, foldFormFlag: false, drawerModal: false, loading: false, @@ -565,6 +567,7 @@ export default { }, //查询项目群下的项目 getProductData() { + this.replaceLoading = true // 已维护 状态 1 , 为维护 状态 0 this.projectSearch.flag = '1' this.$http.get("sarStandProjectLibrary/queryProjects", { @@ -577,6 +580,7 @@ export default { }, res => { this.productData = res.data.records; this.totalNo = res.data.total; + this.replaceLoading = false }); }, //查询项目按钮 @@ -918,6 +922,26 @@ export default { overflow-y: hidden; } } + .standard-content { + height: 100%; + padding: 10px 0 0; + .content { + height: 100%; + display: flex; + flex-direction: column; + padding: 0 10px; + .standard-table-wrap { + flex: auto; + overflow-y: auto; + } + .pagination { + position: static; + /deep/ .pagination-slot { + padding: 0; + } + } + } + } .demo-drawer-content { margin-top: 10px; }