wupengfei
2025-04-23 e944883d021a71da57b3f6c7ce7101c2bcc31b90
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 },
    },