diff --git a/src/pages/regulatoryRepository/dataStatis/index.vue b/src/pages/regulatoryRepository/dataStatis/index.vue index 1995d18cd..b40ef5269 100644 --- a/src/pages/regulatoryRepository/dataStatis/index.vue +++ b/src/pages/regulatoryRepository/dataStatis/index.vue @@ -2,19 +2,19 @@
- + - + - + - + - +
diff --git a/src/pages/regulatoryRepository/dataStatis/page/listOfMember.vue b/src/pages/regulatoryRepository/dataStatis/page/listOfMember.vue index 205c00722..4653fb06c 100644 --- a/src/pages/regulatoryRepository/dataStatis/page/listOfMember.vue +++ b/src/pages/regulatoryRepository/dataStatis/page/listOfMember.vue @@ -1,421 +1,636 @@ diff --git a/src/pages/regulatoryRepository/dataStatis/page/listOfSociety.vue b/src/pages/regulatoryRepository/dataStatis/page/listOfSociety.vue index 28d40f8a0..0f39e58eb 100644 --- a/src/pages/regulatoryRepository/dataStatis/page/listOfSociety.vue +++ b/src/pages/regulatoryRepository/dataStatis/page/listOfSociety.vue @@ -102,155 +102,291 @@ @pageSizeChange="pageSizeChange"/> - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - + + @@ -279,49 +415,13 @@ export default { drawer: false, size: '600px', // 新增的集合 - formShowData: { - totalName: '', - branchName: '', - workName: '', - vipRole: '', - players: '', - standard: '', - standardLeader: '', - leader: '', - startTime: '', - thisTime: '', - costStandard: '', - cost: '', - lastTime: '', - costYears: '', - cost2017: '', - cost2018: '', - cost2019: '', - cost2020: '', - cost2021: '', - person: '', - partment: '', - nature: '', - state: '', - linkMan: '', - num: '', - email: '', - }, - dialogVisible1: false, - dialogVisible2: false, - // 文件导入 - formInlineOut: { - name: '', - num: '', - remarks: '' - }, - dialogVisible3: false, - + addForm: {}, // 新增,编辑框 drawerTitle: '', drawerTable: false, - + DrawerType: '', formRules: {}, + } }, @@ -337,6 +437,7 @@ export default { submit() { }, + addDrawerClose () {}, //删除方法 deleteDetail(index, rows) { }, diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index fd9e116ff..6260aec5a 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -378,7 +378,7 @@ this.$message.success(tips + '成功') this.getData() } else { - this.$message.warning(tips + '添加失败') + this.$message.warning(tips + '失败') } }) } else { @@ -449,8 +449,14 @@ this.form.reviseStatus = '' this.getData() }, - pageChange (page) {}, - pageSizeChange (pageSize) {}, + pageChange (page) { + this.form.page = page + this.getData() + }, + pageSizeChange (pageSize) { + this.form.pageSize = pageSize + this.getData() + }, handleCommand (command) { switch (command[1]) { case '编辑': @@ -530,8 +536,10 @@ height: calc(~'100% - 20px') !important; } } - /deep/.el-form-item__content { - width: calc(~'100% - 180px'); + .add-form-item { + /deep/.el-form-item__content { + width: calc(~'100% - 180px'); + } } display: flex; flex-direction: column;