فهرست منبع

fix(paymentCollectionPlan): 将款项名称字段改为非必填并移除表头插槽

liujt 3 ماه پیش
والد
کامیت
3213521cf7
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/BIZComponents/paymentCollectionPlan/Index.vue

+ 2 - 2
src/BIZComponents/paymentCollectionPlan/Index.vue

@@ -72,7 +72,7 @@
           style="margin-bottom: 20px"
           :prop="'datasource.' + scope.$index + '.moneyName'"
           :rules="{
-            required: true,
+            required: false,
             message: '请输入',
             trigger: 'blur'
           }"
@@ -303,7 +303,7 @@
             prop: 'moneyName',
             label: '款项名称',
             slot: 'moneyName',
-            headerSlot: 'headerMoneyName',
+            // headerSlot: 'headerMoneyName',
             align: 'center',
             // width: 170
           },