shuishen
2024-04-18 4522ab3fe8bd45ee753ef187448c1e884bbc601f
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;
}