Commit 08b51e1d35221b59d303f8e7dfeb96c110a0f5fc

Authored by boyang
1 parent d19ea05e

feat: 修改分期付款弹窗

src/pages/Order/OrderList/OrderList.tsx
... ... @@ -1065,14 +1065,14 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => {
1065 1065 </span>
1066 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 1069 <span className="text-slate-700">
1070 1070 {enumValueToLabel(
1071 1071 optRecord.paymentReceiptStatus,
1072 1072 PAYMENT_RECEIPTS_STATUS_OPTIONS,
1073 1073 )}
1074 1074 </span>
1075   - </div>
  1075 + </div> */}
1076 1076 {/* 回款审核状态 */}
1077 1077 {optRecord.paymentReceiptStatus !== null ? (
1078 1078 <div className="overflow-hidden overflow-ellipsis whitespace-no-wrap">
... ...