From 3b36ebdc79f7d2e0e0e7cac8356e4b47a1f45d2c Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 30 Aug 2021 15:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=90=88=E8=A7=84=E8=AF=84?= =?UTF-8?q?=E4=BC=B0=E7=BB=93=E6=9E=9C--=E6=8A=80=E6=9C=AF=E8=AF=84?= =?UTF-8?q?=E4=BC=B0=E7=BB=93=E6=9E=9C=20=E6=9F=A5=E7=9C=8B=E9=87=8C?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=A0=87=E5=87=86=E5=8F=B7/=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=90=8D=E7=A7=B0=E5=92=8C=E5=85=B7=E4=BD=93=E7=AB=A0?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/technologyInvolveProject.vue | 42 +++++++++++++++---- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/technologyInvolveProject.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/technologyInvolveProject.vue index 53b6bf83e..10d2c6945 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/technologyInvolveProject.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/technologyInvolveProject.vue @@ -108,13 +108,27 @@ >
-
-
+
+
- + + + + + + + @@ -230,7 +244,12 @@ name: "technologyInvolveProject", pageSize: this.$store.getters.userInfo.configContent, showSarProStateModal: false, sarProStateEO: { - productName: '' + //标准编号 + standNumber: '', + //标准名称 + standName: '', + //具体章条 + specificItem: '', }, sarProStateTotal: 0, sarProStateTotalPage: 1, @@ -306,11 +325,15 @@ name: "technologyInvolveProject", this.showSarProStateModal = true }, // 查询项目数据 clearSearchProState () { - this.sarProStateEO.productName = '' + this.sarProStateEO.standNumber = '' + this.sarProStateEO.standName = '' + this.sarProStateEO.specificItem = '' this.querySarProStateZero() }, // 清空条件查询 clearSearchPro () { - this.sarProStateEO.productName = '' + this.sarProStateEO.standNumber = '' + this.sarProStateEO.standName = '' + this.sarProStateEO.specificItem = '' this.showSarProStateModal = false }, // 关闭查看事件 pageProStateChange (page) { @@ -368,5 +391,8 @@ name: "technologyInvolveProject", .search-area .search-item .el-input--suffix .el-input__inner{ padding-right: 15px; } + .search-area-detail .el-input__inner{ + width: 150px; + } }