🎈 perf(我的): 新增显示用户职责
This commit is contained in:
parent
a74822a0c6
commit
225795f56e
@ -1,4 +1,4 @@
|
|||||||
// export const BASE_URL = CURRENT_BASE_URL
|
export const BASE_URL = CURRENT_BASE_URL
|
||||||
// export const BASE_URL = `http://192.168.0.75:50001/lymarket`
|
// export const BASE_URL = `http://192.168.0.75:50001/lymarket`
|
||||||
// export const BASE_URL = `http://192.168.0.89:50001/lymarket`
|
// export const BASE_URL = `http://192.168.0.89:50001/lymarket`
|
||||||
// export const BASE_URL = `http://10.0.0.5:50001/lymarket`
|
// export const BASE_URL = `http://10.0.0.5:50001/lymarket`
|
||||||
@ -15,7 +15,7 @@
|
|||||||
// export const BASE_URL = `http://192.168.1.7:50002/lymarket` // 添
|
// export const BASE_URL = `http://192.168.1.7:50002/lymarket` // 添
|
||||||
// export const BASE_URL = `http://192.168.1.42:50002/lymarket` // 杰
|
// export const BASE_URL = `http://192.168.1.42:50002/lymarket` // 杰
|
||||||
// export const BASE_URL = `http://192.168.1.95:40001/lymarket` // 华
|
// export const BASE_URL = `http://192.168.1.95:40001/lymarket` // 华
|
||||||
export const BASE_URL = 'http://192.168.1.28:50002/lymarket' // 婷
|
// export const BASE_URL = 'http://192.168.1.28:50002/lymarket' // 婷
|
||||||
|
|
||||||
// CDN
|
// CDN
|
||||||
// 生成密钥
|
// 生成密钥
|
||||||
|
@ -53,7 +53,7 @@ page{
|
|||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding: 15px;
|
padding: 10px 15px;
|
||||||
}
|
}
|
||||||
.username {
|
.username {
|
||||||
display: block;
|
display: block;
|
||||||
@ -70,7 +70,7 @@ page{
|
|||||||
.userTitle {
|
.userTitle {
|
||||||
color: #626262;
|
color: #626262;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: $font_size_medium;
|
font-size: $font_size;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
.grid-container{
|
.grid-container{
|
||||||
|
@ -180,11 +180,13 @@ const UserInfo: FC = () => {
|
|||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.bottomBar}>
|
<View className={styles.bottomBar}>
|
||||||
<Tag type='primary' size='normal' circle>
|
{/* 部门 */}
|
||||||
|
<Tag type='primary' size='small' circle customStyle={{padding: '8px 5px'}}>
|
||||||
{userInfo.userInfo.department_name}
|
{userInfo.userInfo.department_name}
|
||||||
</Tag>
|
</Tag>
|
||||||
<Divider direction='vertical'></Divider>
|
<Divider direction='vertical'></Divider>
|
||||||
<Text className={styles.userTitle}></Text>
|
{/* 职责 */}
|
||||||
|
<Text className={styles.userTitle}>{userInfo.userInfo.duty_name}</Text>
|
||||||
</View>
|
</View>
|
||||||
</LayoutBlock>
|
</LayoutBlock>
|
||||||
{
|
{
|
||||||
|
@ -6,6 +6,7 @@ export type UserParam = {
|
|||||||
department_code?: string
|
department_code?: string
|
||||||
department_id?: string
|
department_id?: string
|
||||||
department_name?: string
|
department_name?: string
|
||||||
|
duty_name?: string
|
||||||
physical_warehouse?: number
|
physical_warehouse?: number
|
||||||
physical_warehouse_name?: string
|
physical_warehouse_name?: string
|
||||||
token?: string
|
token?: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user