提交 72e72530 作者: 龚洪江

Merge branch 'develop' into v1.0.1

...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag: b38829ea76b80f46ce54023de799bbea515245cb newTag: 9c45954ef591f0819536f3cda94bc66d12e791aa
...@@ -68,7 +68,9 @@ const FlyerDetail = () => { ...@@ -68,7 +68,9 @@ const FlyerDetail = () => {
<Col span={11}> <Col span={11}>
<div className='flyer-detail-auth'> <div className='flyer-detail-auth'>
<Descriptions title='执照认证' bordered column={1} labelStyle={{ width: '100px' }}> <Descriptions title='执照认证' bordered column={1} labelStyle={{ width: '100px' }}>
<Descriptions.Item label='执照类型'>{flyerDetail?.licenseType}</Descriptions.Item> <Descriptions.Item label='执照类型'>
{flyerDetail?.licenseType === 'OTHER' ? '其它' : flyerDetail?.licenseType}
</Descriptions.Item>
<Descriptions.Item label='执照编号'>{flyerDetail?.licenseNumber}</Descriptions.Item> <Descriptions.Item label='执照编号'>{flyerDetail?.licenseNumber}</Descriptions.Item>
<Descriptions.Item label='认证状态'> <Descriptions.Item label='认证状态'>
<Badge <Badge
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论