提交 29ddaf26 作者: 龚洪江

修复:服务介绍修改问题

上级 0aaa48e7
import { FC, useEffect, useState, useRef } from 'react';
import { Button, Table, Form, message, Tooltip, Checkbox, Card, Modal } from 'antd';
import { CardTabListType } from 'antd/lib/card/Card';
import { Router, useNavigate, useLocation } from 'react-router-dom';
import { useNavigate, useLocation } from 'react-router-dom';
import FileSaver from 'file-saver';
import qs from 'query-string';
import {
......@@ -13,7 +13,6 @@ import {
ArrowDownOutlined,
RightOutlined,
DownOutlined,
ShareAltOutlined,
ProfileOutlined,
} from '@ant-design/icons';
import AddCgyDailog from './components/addCgyDailog';
......
......@@ -104,11 +104,11 @@ const ServiceList: FC<any> = () => {
dataIndex: 'serviceIntroduction',
render: (text: string, record) =>
text ? (
'--'
) : (
<Button type='link' onClick={() => toServiceIntroduce(record)}>
查看
</Button>
) : (
'--'
),
},
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论