diff --git a/src/components/TableModule/index.jsx b/src/components/TableModule/index.jsx index 43dc0b5..37e9198 100644 --- a/src/components/TableModule/index.jsx +++ b/src/components/TableModule/index.jsx @@ -950,7 +950,7 @@ const TableModule = forwardRef((props, ref) => { form.deal_time_start = moment(form.deal_time_start).format("YYYY-MM-DD HH:mm:ss"); } } - if (exportUrl == "/api/fin/order_search/parking_card_order_list" || exportUrl == "/api/fin/order_search/staggered_parking_order_list") { //特殊情况,商品订单查询导出 + if (exportUrl == "/api/fin/order_search/parking_card_order_list_export" || exportUrl == "/api/fin/order_search/staggered_parking_order_list_export") { //特殊情况,商品订单查询导出 form = { ...form, export: 1, diff --git a/src/components/TableModule/index.scss b/src/components/TableModule/index.scss index fdb52c2..2a2e307 100644 --- a/src/components/TableModule/index.scss +++ b/src/components/TableModule/index.scss @@ -15,6 +15,7 @@ $color-primary: var(--color-primary); 内阴影+圆角*/ ::-webkit-scrollbar-thumb { border-radius: 4px !important; + background-color:#70798D !important; } .left-search { //min-height: 500px; diff --git a/src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.jsx b/src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.jsx index 770216b..61d9cef 100644 --- a/src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.jsx +++ b/src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.jsx @@ -642,7 +642,7 @@ function ProductOrderInquiry() { createCol(['车牌号', '车牌颜色', '手机号', '商品名称', '实付金额', '支付渠道', '支付设备', '购买渠道', '支付时间', '订单状态', '渠道流水号'], ['plate_number', 'plate_type', 'phone', 'goods_name', 'pay_amount', 'pay_channel', 'pay_device', 'buy_channel', 'pay_time', 'order_status_text', 'channel_serial_number'], 1), carash, - resultData, '停车卡', "/api/fin/order_search/parking_card_order_list"//停车卡订单 + resultData, '停车卡', "/api/fin/order_search/parking_card_order_list_export"//停车卡订单 ) : null}