diff --git a/src/views/caseManagement/components/batchConfirmationPaymen.vue b/src/views/caseManagement/components/batchConfirmationPaymen.vue index 594ac41..d81c9dd 100644 --- a/src/views/caseManagement/components/batchConfirmationPaymen.vue +++ b/src/views/caseManagement/components/batchConfirmationPaymen.vue @@ -1,7 +1,7 @@ - + diff --git a/src/views/caseManagement/components/courtReviewDialog.vue b/src/views/caseManagement/components/courtReviewDialog.vue index 4eeef17..94c60b5 100644 --- a/src/views/caseManagement/components/courtReviewDialog.vue +++ b/src/views/caseManagement/components/courtReviewDialog.vue @@ -52,7 +52,7 @@ diff --git a/src/views/caseManagement/components/formateCourtDialog.vue b/src/views/caseManagement/components/formateCourtDialog.vue index d1a8551..fecff8f 100644 --- a/src/views/caseManagement/components/formateCourtDialog.vue +++ b/src/views/caseManagement/components/formateCourtDialog.vue @@ -61,7 +61,7 @@ diff --git a/src/views/caseManagement/components/operateDialog.vue b/src/views/caseManagement/components/operateDialog.vue index 19ee660..01cb604 100644 --- a/src/views/caseManagement/components/operateDialog.vue +++ b/src/views/caseManagement/components/operateDialog.vue @@ -1,6 +1,6 @@ - + diff --git a/src/views/officialSeal/components/grabRules.vue b/src/views/officialSeal/components/grabRules.vue index 4aeb59e..c727b99 100644 --- a/src/views/officialSeal/components/grabRules.vue +++ b/src/views/officialSeal/components/grabRules.vue @@ -45,12 +45,12 @@ - + - + @@ -115,12 +115,12 @@ - + - + @@ -267,7 +267,7 @@ export default { saveFatchRules(data).then(res => { this.$message.success('提交成功'); this.$emit("cancelRules"); - this.$emit('getList', that.queryParams); + this.$emit('getList', this.queryParams); }) } }, @@ -282,4 +282,7 @@ export default { max-height: 300px; overflow-y: scroll; } +.el-input-number{ + width: 180px; +} \ No newline at end of file diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index b704d14..28995a4 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -586,4 +586,16 @@ export default { } } }; - \ No newline at end of file + + \ No newline at end of file