Shannon_mu 3 سال پیش
والد
کامیت
b9473fb534

+ 4 - 0
operationSupport/src/views/alarmManagement/hydropowerAlarmDetails/index.vue

@@ -68,6 +68,10 @@ export default {
                         }
                     }
                 },
+                {
+                    label: '所属社区',
+                    prop: 'communityName'
+                },
                 {
                     label: '地址',
                     prop: 'address'

+ 2 - 2
operationSupport/src/views/payService/billingRules/stepPage/style.scss

@@ -23,9 +23,9 @@
   margin: 0 16px;
 }
 /deep/ .el-form-item__label {
-  min-width: 100px;
+  width: 100px !important;
 }
-/deep/ .el-form-item__content{
+/deep/ .el-form-item__content {
   margin-left: 100px !important;
 }