Commit 08b51e1d35221b59d303f8e7dfeb96c110a0f5fc
1 parent
d19ea05e
feat: 修改分期付款弹窗
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/Order/OrderList/OrderList.tsx
@@ -1065,14 +1065,14 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { | @@ -1065,14 +1065,14 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { | ||
1065 | </span> | 1065 | </span> |
1066 | </div> | 1066 | </div> |
1067 | {/* 回款状态 */} | 1067 | {/* 回款状态 */} |
1068 | - <div className="overflow-hidden overflow-ellipsis whitespace-no-wrap"> | 1068 | + {/* <div className="overflow-hidden overflow-ellipsis whitespace-no-wrap"> |
1069 | <span className="text-slate-700"> | 1069 | <span className="text-slate-700"> |
1070 | {enumValueToLabel( | 1070 | {enumValueToLabel( |
1071 | optRecord.paymentReceiptStatus, | 1071 | optRecord.paymentReceiptStatus, |
1072 | PAYMENT_RECEIPTS_STATUS_OPTIONS, | 1072 | PAYMENT_RECEIPTS_STATUS_OPTIONS, |
1073 | )} | 1073 | )} |
1074 | </span> | 1074 | </span> |
1075 | - </div> | 1075 | + </div> */} |
1076 | {/* 回款审核状态 */} | 1076 | {/* 回款审核状态 */} |
1077 | {optRecord.paymentReceiptStatus !== null ? ( | 1077 | {optRecord.paymentReceiptStatus !== null ? ( |
1078 | <div className="overflow-hidden overflow-ellipsis whitespace-no-wrap"> | 1078 | <div className="overflow-hidden overflow-ellipsis whitespace-no-wrap"> |