Explorar o código

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

liujt hai 1 mes
pai
achega
5aa60fe52e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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'
           },
           {