From 4522ab3fe8bd45ee753ef187448c1e884bbc601f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 18 Apr 2024 11:09:27 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
---
src/views/propertySupervision/process/maintenanceFundApply/handle.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/propertySupervision/process/maintenanceFundApply/handle.vue b/src/views/propertySupervision/process/maintenanceFundApply/handle.vue
index e4fe7d0..ebc5893 100644
--- a/src/views/propertySupervision/process/maintenanceFundApply/handle.vue
+++ b/src/views/propertySupervision/process/maintenanceFundApply/handle.vue
@@ -207,12 +207,12 @@
disabled: true
},
{
- label: "项目分摊方式",
- prop: "allocationWay",
+ label: "楼栋",
+ prop: "buildingName",
labelWidth: 140,
- value: '按建筑面积分摊',
+ value: '',
span: 12,
- // row: true,
+ row: true,
disabled: true
},
{
@@ -466,7 +466,7 @@
this.$message.success(data.msg)
this.$router.$avueRouter.closeTag()
this.$router.push({
- path: `/propertySupervision/propertySupervision`
+ path: `/propertySupervision/propertyCapitalManage`
})
} else {
this.$message.error(data.msg || '提交失败')
@@ -489,7 +489,7 @@
this.$message.success(data.msg)
this.$router.$avueRouter.closeTag()
this.$router.push({
- path: `/propertySupervision/propertySupervision`
+ path: `/propertySupervision/propertyCapitalManage`
})
} else {
this.$message.error(data.msg || '提交失败')
@@ -499,7 +499,7 @@
handleCancel() {
this.$router.$avueRouter.closeTag()
this.$router.push({
- path: `/propertySupervision/propertySupervision`
+ path: `/propertySupervision/propertyCapitalManage`
})
},
getVoteDetail(articleId, districtId) {
@@ -539,4 +539,4 @@
.workOrderStyle {
font-weight: normal;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3