chenrui 6 bulan lalu
induk
melakukan
4abc021b0e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 || '--' } }
       ]
     }
   },