From 56c7e4389ded9cca35d1cf7889760e5eaef38401 Mon Sep 17 00:00:00 2001 From: lyp Date: Wed, 16 Jul 2025 17:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/route/AppElectron/AppElectron.tsx | 2 +- src/route/index/Index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: '平台已下证' }, ]} >