cfel-base-components 2.5.54 → 2.5.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -189,7 +189,6 @@ export default function AccountInfo() {
|
|
|
189
189
|
</Divider>
|
|
190
190
|
<Descriptions className='basicInfoWrap'>
|
|
191
191
|
<Descriptions.Item label="账号">{accountInfo?.account || ''}</Descriptions.Item>
|
|
192
|
-
<Descriptions.Item label="员工工号">{accountInfo?.jobNumber || ''}</Descriptions.Item>
|
|
193
192
|
<Descriptions.Item label="名称">{accountInfo?.name || ''}</Descriptions.Item>
|
|
194
193
|
<Descriptions.Item label="手机号">{accountInfo?.mobile || ''}</Descriptions.Item>
|
|
195
194
|
<Descriptions.Item label="邮箱">{accountInfo?.email || ''}</Descriptions.Item>
|
|
@@ -384,7 +384,6 @@ export default function AccountInfo({ isShowTab, getAuthTree, getAccountAuthTree
|
|
|
384
384
|
</div>
|
|
385
385
|
<Descriptions className='basicInfoWrap'>
|
|
386
386
|
<Descriptions.Item label='账号'>{accountInfo?.account || ''}</Descriptions.Item>
|
|
387
|
-
<Descriptions.Item label='员工工号'>{accountInfo?.jobNumber || ''}</Descriptions.Item>
|
|
388
387
|
<Descriptions.Item label='名称'>{accountInfo?.name || ''}</Descriptions.Item>
|
|
389
388
|
<Descriptions.Item label='手机号'>{accountInfo?.mobile || ''}</Descriptions.Item>
|
|
390
389
|
<Descriptions.Item label='邮箱'>{accountInfo?.email || ''}</Descriptions.Item>
|