提交 c903b6eb 作者: 龚洪江

修复:服务字体修改

上级 779fde1a
...@@ -133,7 +133,6 @@ const Filter = (props: Props, ref: Ref<any>) => { ...@@ -133,7 +133,6 @@ const Filter = (props: Props, ref: Ref<any>) => {
if (obj?.children) { if (obj?.children) {
obj.children = obj.children.filter((item: FilterOptionResp) => item.id === v.id); obj.children = obj.children.filter((item: FilterOptionResp) => item.id === v.id);
obj.name += `/${v.name}`; obj.name += `/${v.name}`;
console.log('选中数据-->', obj);
onChange(obj, 'categoryId'); onChange(obj, 'categoryId');
} }
}; };
......
...@@ -29,7 +29,7 @@ export default function JobServicesDetail() { ...@@ -29,7 +29,7 @@ export default function JobServicesDetail() {
const items: TabsProps['items'] = [ const items: TabsProps['items'] = [
{ {
key: '1', key: '1',
label: `团队介绍`, label: `服务介绍`,
children: ( children: (
<div className='teamIntroduction'> <div className='teamIntroduction'>
{detail?.serviceIntroduction ? ( {detail?.serviceIntroduction ? (
...@@ -40,7 +40,7 @@ export default function JobServicesDetail() { ...@@ -40,7 +40,7 @@ export default function JobServicesDetail() {
}, },
{ {
key: '2', key: '2',
label: `团队评价`, label: `服务评价`,
children: <Evaluate evaluateInfo={detail?.inspComtList || []} />, children: <Evaluate evaluateInfo={detail?.inspComtList || []} />,
}, },
]; ];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论