This commit is contained in:
lyp 2025-07-16 17:14:01 +08:00
parent 3c8d260100
commit 56c7e4389d
2 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,7 @@ export default function AppElectron() {
width: 150,
render: (text) => (
<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>
)
},

View File

@ -3782,9 +3782,9 @@ export default function Index() {
// { value: '1', label: '未付款' },
{ value: '2', label: '资料填写中' },
{ value: '3', label: '资料审核中' },
{ value: '4', label: '待完善资料' },
{ value: '4', label: '待签字盖章' },
{ value: '5', label: '线下申请中' },
{ value: '6', label: '已下证' },
{ value: '6', label: '平台已下证' },
]}
>