Browse Source

修改bug

chenrui 6 tháng trước cách đây
mục cha
commit
4abc021b0e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/numsGoodsShelves/onlinePayInvoice/detail.vue

+ 1 - 1
src/views/numsGoodsShelves/onlinePayInvoice/detail.vue

@@ -188,7 +188,7 @@ export default {
         { title: '退款时间', dataIndex: 'refundData', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '业务状态', dataIndex: 'billStatusDictValue', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '财务状态', dataIndex: 'financialStatusDictValue', width: '6%', align: 'center', scopedSlots: { customRender: 'financialStatusInfo' } },
-        { title: '到账状态', dataIndex: 'receivedMoneyFlag', width: '6%', align: 'center', customRender: function (text) { return text || '--' } }
+        { title: '到账状态', dataIndex: 'receivedMoneyFlagDictValue', width: '6%', align: 'center', customRender: function (text) { return text || '--' } }
       ]
     }
   },