Commit d60321b3 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改序号字段名称

parent 266fbd46
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 18:14:10
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-05-21 18:18:11
* @LastEditTime: 2021-07-03 17:24:28
* @Description: 会员变更信息
*/
import React, { useState, useEffect } from 'react';
......@@ -90,7 +90,7 @@ const MemberChangedInfo: React.FC<IProps> = (props: IProps) => {
const columns: EditableColumns[] = [
{
title: '序号',
dataIndex: 'index',
dataIndex: 'id',
},
{
title: '变更日期',
......
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