提交 bad2d3a1 作者: ZhangLingKun

功能:加盟列表评价问题修复

上级 5868237b
......@@ -142,7 +142,8 @@ const CustomIdentityView = () => {
title: '服务评价',
dataIndex: 'score',
align: 'center',
render: (text) => text && <Rate disabled defaultValue={Number(text)} />,
width: '120px',
render: (text) => text && <Rate disabled value={Number(text)} />,
},
{
title: '申请时间',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论