暂存
This commit is contained in:
parent
3c8d260100
commit
56c7e4389d
@ -145,7 +145,7 @@ export default function AppElectron() {
|
|||||||
width: 150,
|
width: 150,
|
||||||
render: (text) => (
|
render: (text) => (
|
||||||
<span>
|
<span>
|
||||||
{text == '1' ? '未付款' : text == '2' ? '资料填写中' : text == '3' ? '资料审核中' : text == '4' ? '待完善资料' : text == '5' ? '线下申请中' : text == '6' ? '已下证' :'未知'}
|
{text == '1' ? '未付款' : text == '2' ? '资料填写中' : text == '3' ? '资料审核中' : text == '4' ? '待签字盖章' : text == '5' ? '线下申请中' : text == '6' ? '平台已下证' :'未知'}
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
@ -3782,9 +3782,9 @@ export default function Index() {
|
|||||||
// { value: '1', label: '未付款' },
|
// { value: '1', label: '未付款' },
|
||||||
{ value: '2', label: '资料填写中' },
|
{ value: '2', label: '资料填写中' },
|
||||||
{ value: '3', label: '资料审核中' },
|
{ value: '3', label: '资料审核中' },
|
||||||
{ value: '4', label: '待完善资料' },
|
{ value: '4', label: '待签字盖章' },
|
||||||
{ value: '5', label: '线下申请中' },
|
{ value: '5', label: '线下申请中' },
|
||||||
{ value: '6', label: '已下证' },
|
{ value: '6', label: '平台已下证' },
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user