瀏覽代碼

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