Commit 246b557c authored by XieZhiXiong's avatar XieZhiXiong

chore: 补全类型

parent d68b41ba
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 18:02:18
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-02-20 15:20:18
* @LastEditTime: 2021-04-19 17:20:33
* @Description: 退款明细
*/
import React, { useState } from 'react';
......@@ -99,7 +99,6 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({
{
title: '订单号',
dataIndex: 'orderNo',
render: (text, record) => text,
},
{
title: '商品ID',
......@@ -257,7 +256,7 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({
dataSource={dataSource}
columns={columns}
loading={false}
pagination={false}
pagination={undefined}
expandable={{
expandIcon: ({ expanded, onExpand, record }) =>
expanded ? (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment