lilei 2 недель назад
Родитель
Сommit
f6fbdb922c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/financialManagement/companyCollectionPayment/list.vue

+ 1 - 1
src/views/financialManagement/companyCollectionPayment/list.vue

@@ -152,7 +152,7 @@ export default {
         { title: '应收金额', dataIndex: 'settleReceiptAmount', width: '6%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
         { title: '应付金额', dataIndex: 'settlePayAmount', width: '6%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
         { title: '折让金额', dataIndex: 'discountAmount', width: '6%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
-        { title: '结算金额', dataIndex: 'realSettleAmount', width: '6%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
+        { title: '结算金额', dataIndex: 'realSettleAmount', width: '6%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
         { title: '结算时间', dataIndex: 'createDate', width: '11%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '操作人', dataIndex: 'operateName', width: '16%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true }
       ],