eslint
This commit is contained in:
parent
cc302f78ca
commit
a635255bad
@ -173,7 +173,7 @@ export default function CapitalModal() {
|
||||
dataIndex: 'index',
|
||||
width: 70, // 设置宽度
|
||||
key: 'index',
|
||||
render: (text, record, index) => (page - 1) * 10 + index + 1,
|
||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1,
|
||||
},
|
||||
{
|
||||
title: <div style={{ textAlign: 'center' }}>类型</div>,
|
||||
|
@ -151,7 +151,7 @@ export default function RecordModal() {
|
||||
dataIndex: 'index',
|
||||
width: 70, // 设置宽度
|
||||
key: 'index',
|
||||
render: (text, record, index) => (page - 1) * 10 + index + 1,
|
||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1,
|
||||
},
|
||||
{
|
||||
title: <div style={{ textAlign: 'center' }}>金额</div>,
|
||||
|
@ -1,4 +1,3 @@
|
||||
import React from 'react'
|
||||
import { Table, TableProps, Tooltip, Spin } from "antd";
|
||||
import { useEffect, useState } from "react";
|
||||
import useMessage from "antd/es/message/useMessage";
|
||||
|
Loading…
Reference in New Issue
Block a user