Commit 8ac7918da7489213df64c0cc8d505a1541c592cc
1 parent
2119994b
feat: 修改付款状态
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/Order/OrderList/OrderList.tsx
@@ -247,7 +247,7 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { | @@ -247,7 +247,7 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { | ||
247 | 247 | ||
248 | // 付款状态枚举映射 | 248 | // 付款状态枚举映射 |
249 | const getPaymentStatusText = (status: string | undefined): string => { | 249 | const getPaymentStatusText = (status: string | undefined): string => { |
250 | - if (!status) return '待付款'; | 250 | + if (!status) return '无'; |
251 | switch (status) { | 251 | switch (status) { |
252 | case 'WAIT_PAYMENT': | 252 | case 'WAIT_PAYMENT': |
253 | return '待付款'; | 253 | return '待付款'; |