更新图标

This commit is contained in:
weipengfei 2023-09-05 14:43:07 +08:00
parent fe6c79ca90
commit 056eca4613
7 changed files with 19 additions and 4 deletions

View File

@ -38,10 +38,18 @@
<!-- <text class="omit" v-if="oaUserInfo.admin.company">所属公司:{{ oaUserInfo.admin.company.company_name }}</text> --> <!-- <text class="omit" v-if="oaUserInfo.admin.company">所属公司:{{ oaUserInfo.admin.company.company_name }}</text> -->
</view> </view>
<view class="work"> <view class="work">
电话:{{oaUserInfo.account}}<br /> <view class="wr_item">
公司:<text v-if="oaUserInfo.company">{{ oaUserInfo.company.company_name }}</text><br /> <view class="wr_t_left">电话:</view>
公司类型:<text <view class="wr_t_right">{{oaUserInfo.account}}</view>
v-if="oaUserInfo.company">{{ oaUserInfo.company.company_type_name }}</text><br /> </view>
<view class="wr_item">
<view class="wr_t_left">公司:</view>
<view class="wr_t_right" v-if="oaUserInfo.company">{{oaUserInfo.company.company_name}}</view>
</view>
<view class="wr_item">
<view class="wr_t_left">公司类型:</view>
<view class="wr_t_right" v-if="oaUserInfo.company">{{oaUserInfo.company.company_type_name}}</view>
</view>
<!-- {{ oaUserInfo.did_name }}({{ oaUserInfo.label_name }}) --> <!-- {{ oaUserInfo.did_name }}({{ oaUserInfo.label_name }}) -->
</view> </view>
</view> </view>
@ -282,6 +290,13 @@
.work { .work {
margin-top: 14.04rpx; margin-top: 14.04rpx;
.wr_item{
display: flex;
.wr_t_left{
flex-shrink: 0;
margin-right: 12rpx;
}
}
} }
.omit { .omit {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 535 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 744 B