src/views/EnterpriseInfo/EnterpriseInfo.vue
@@ -123,7 +123,7 @@ }, { id: '10', enCode: 'bountyAmount', enCode: 'bountySumAmount', name: '发放总额', width: 150, }, @@ -196,6 +196,7 @@ columnsRenderProps: { lastApplyTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, lastPayTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, bountySumAmount: { type: 'money' }, bountyAmount: { type: 'money' }, enterpriseType: { type: 'enum', valueEnum: EnterpriseTypeText }, },