Commit 9d41e19b authored by 罗超's avatar 罗超

2

parent 2668c498
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
<view class="headimg info" v-if="sellInfo.Type==1"> <view class="headimg info" v-if="sellInfo.Type==1">
<image style="width: 100%;height: 100%;" :src="sellInfo.UserIcon" mode="aspectFill"></image> <image style="width: 100%;height: 100%;" :src="sellInfo.UserIcon" mode="aspectFill"></image>
</view> </view>
<view class="info name"> <view class="info name" v-if="sellInfo.Type==1">
{{sellInfo.EmployeeName}} {{sellInfo.EmployeeName}}
</view> </view>
<view class="info work"> <view class="info work">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment