Commit 27879e31 authored by 张子雨's avatar 张子雨

feat: 字段取值修复

parent 27a6d72c
...@@ -50,7 +50,7 @@ export const columns = props => [ ...@@ -50,7 +50,7 @@ export const columns = props => [
key: 'balanceBackFlag', key: 'balanceBackFlag',
dataIndex: 'balanceBackFlag', dataIndex: 'balanceBackFlag',
align: 'center', align: 'center',
render: _ => (_ ? '正常' : '已收回'), render: _ => (_ ? '已收回' : '正常'),
}, },
{ {
title: '是否消费限额', title: '是否消费限额',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment