Commit 1e074aca authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:

parent 0a07b1be
......@@ -50,9 +50,9 @@ const BidMethod: React.FC<BidMethodProps> = ({cardTitle}) => {
},
{
title: <>状态<Tooltip title="打开开关,审核通过后,将招标发至对应的会员"><span>&nbsp;<QuestionCircleOutlined /></span></Tooltip></>,
dataIndex: 'status',
key: 'status',
render: (text, record) => <Switch disabled defaultChecked onChange={() => onChange(record)} />
dataIndex: 'isSend',
key: 'isSend',
render: (text, record) => <Switch disabled checked={text} onChange={() => onChange(record)} />
},
// {
// 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