修改供应商弹框样式
This commit is contained in:
@ -11,6 +11,7 @@ import {
|
||||
DatePicker,
|
||||
Select,
|
||||
Table,
|
||||
Tooltip,
|
||||
} from 'antd';
|
||||
import { SearchOutlined, DeleteOutlined } from '@ant-design/icons';
|
||||
import { history, useIntl } from 'umi';
|
||||
@ -268,7 +269,9 @@ status:状态
|
||||
dataIndex: 'name',
|
||||
key: 'name',
|
||||
render: (text: string, record: any) => (
|
||||
<Button type="link" onClick={() => supplierDetailModal?.(record.supplierId)}>{text}</Button>
|
||||
<Tooltip placement="topLeft" title={text}>
|
||||
<a onClick={() => supplierDetailModal?.(record.supplierId)}>{text}</a>
|
||||
</Tooltip>
|
||||
),
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user