Commit 96c423fea5a20be522f0c5941282397661e7c8d8

Authored by 万朝洋
1 parent 7a095403

fix(finance): 主动报销款项配置优化

src/pages/finance/proactiveReimbursement/components/List.tsx
... ... @@ -56,7 +56,7 @@ export default function AccountList() {
56 56 />
57 57 <Column
58 58 title="可申请角色"
59   - dataIndex="compTypeList"
  59 + dataIndex="roleList"
60 60 render={(roles: any[]) =>
61 61 roles && roles.length > 0 ? (
62 62 <Button
... ...