src/views/property/process/maintenanceFundApply/edit.vue
@@ -206,12 +206,16 @@ },], }, { label: "项目分摊方式", prop: "allocationWay", labelWidth: 140, value: '按建筑面积分摊', label: "楼栋", prop: "buildingName", value: '', span: 12, row: true, rules: [{ required: true, message: "请输入楼栋", trigger: "blur", }, ], }, { label: '联系人', @@ -542,8 +546,6 @@ </script> <style> .workOrderStyle { font-weight: normal; }