diff --git a/src/route/AppElectron/AppElectron.tsx b/src/route/AppElectron/AppElectron.tsx index dd3ea27..a03d2b5 100644 --- a/src/route/AppElectron/AppElectron.tsx +++ b/src/route/AppElectron/AppElectron.tsx @@ -145,7 +145,7 @@ export default function AppElectron() { width: 150, render: (text) => ( - {text == '1' ? '未付款' : text == '2' ? '资料填写中' : text == '3' ? '资料审核中' : text == '4' ? '待完善资料' : text == '5' ? '线下申请中' : text == '6' ? '已下证' :'未知'} + {text == '1' ? '未付款' : text == '2' ? '资料填写中' : text == '3' ? '资料审核中' : text == '4' ? '待签字盖章' : text == '5' ? '线下申请中' : text == '6' ? '平台已下证' :'未知'} ) }, diff --git a/src/route/index/Index.tsx b/src/route/index/Index.tsx index 57a46a7..ee8a5ba 100644 --- a/src/route/index/Index.tsx +++ b/src/route/index/Index.tsx @@ -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: '平台已下证' }, ]} >