Commit 8ac7918da7489213df64c0cc8d505a1541c592cc

Authored by boyang
1 parent 2119994b

feat: 修改付款状态

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 '待付款';