فهرست منبع

refactor(paymentCollectionPlan): 移除表格列的头插槽配置

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

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

@@ -291,7 +291,7 @@
             prop: 'moneyName',
             label: '款项名称',
             slot: 'moneyName',
-            headerSlot: 'headerMoneyName',
+            // headerSlot: 'headerMoneyName',
             align: 'center',
             // width: 170
           },
@@ -317,7 +317,7 @@
             prop: 'deadLine',
             label: this.menu === 'purchase' ? '计划付款日期' : '计划收款日期',
             slot: 'deadLine',
-            headerSlot: 'headerDeadLine',
+            // headerSlot: 'headerDeadLine',
             align: 'center'
           },
           {