소스 검색

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