wupengfei
2025-05-07 6bac509f8e6efc205d9f37a84c9b019ec828467a
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 },
    },