Commit 246b557c authored by XieZhiXiong's avatar XieZhiXiong

chore: 补全类型

parent d68b41ba
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-05 18:02:18 * @Date: 2020-11-05 18:02:18
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-02-20 15:20:18 * @LastEditTime: 2021-04-19 17:20:33
* @Description: 退款明细 * @Description: 退款明细
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';
...@@ -99,7 +99,6 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({ ...@@ -99,7 +99,6 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({
{ {
title: '订单号', title: '订单号',
dataIndex: 'orderNo', dataIndex: 'orderNo',
render: (text, record) => text,
}, },
{ {
title: '商品ID', title: '商品ID',
...@@ -257,7 +256,7 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({ ...@@ -257,7 +256,7 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({
dataSource={dataSource} dataSource={dataSource}
columns={columns} columns={columns}
loading={false} loading={false}
pagination={false} pagination={undefined}
expandable={{ expandable={{
expandIcon: ({ expanded, onExpand, record }) => expandIcon: ({ expanded, onExpand, record }) =>
expanded ? ( 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