Kaynağa Gözat

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

liujt 1 ay önce
ebeveyn
işleme
5aa60fe52e

+ 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'
           },
           {