瀏覽代碼

refactor(contractBook): 将收付款类型列改为结算方式列

liujt 6 月之前
父節點
當前提交
f5c4a513d6
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. 2 5
      src/views/contractManage/contractBook/index.vue

+ 2 - 5
src/views/contractManage/contractBook/index.vue

@@ -431,14 +431,11 @@
             minWidth: 140
           },
           {
-            prop: 'receiptPaymentType',
-            label: '收付款类型',
+            prop: 'settlementModeName',
+            label: '结算方式',
             align: 'center',
             showOverflowTooltip: true,
             minWidth: 130,
-            formatter: (_row, _column, cellValue) => {
-              return _row.receiptPaymentType == 1 ? '固定' : '分期';
-            }
           },
           {
             prop: 'discountTotalPrice',