From aebd17682bfe28d3e0a3015cbbdc55fcc0417b63 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Thu, 4 Aug 2022 17:55:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E2=80=8556826=20=E6=B5=81=E7=A8=8B=E7=AC=AC=E4=B8=89=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4=EF=BC=8C=E5=88=86=E5=8F=91=E9=A1=B9=E7=9B=AE=E8=8A=82?= =?UTF-8?q?=E7=82=B9=EF=BC=8C=E7=82=B9=E5=87=BB=E6=B7=BB=E5=8A=A0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=8C=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE=E4=B8=8D?= =?UTF-8?q?=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzpg/step3.vue | 238 ++++++++++-------- 1 file changed, 131 insertions(+), 107 deletions(-) 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; }