From dc5c26bba870e2c8ab3b01ac1da8bf619c706bfe Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 22 Apr 2024 15:52:24 +0800
Subject: [PATCH] 用户登录修改

---
 src/views/property/process/maintenanceFundApply/form.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/property/process/maintenanceFundApply/form.vue b/src/views/property/process/maintenanceFundApply/form.vue
index 0c26de1..97c2973 100644
--- a/src/views/property/process/maintenanceFundApply/form.vue
+++ b/src/views/property/process/maintenanceFundApply/form.vue
@@ -100,12 +100,13 @@
               }, ],
             },
             {
-              label: "项目分摊方式",
-              prop: "allocationWay",
+              label: "楼栋",
+              prop: "buildingName",
               labelWidth: 140,
-              value: '按建筑面积分摊',
+              value: '',
               span: 12,
               row: true,
+              disabled: true
             },
             {
               label: '联系人',
@@ -264,4 +265,4 @@
       }
     }
   }
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3