|
|
@@ -11,7 +11,7 @@
|
|
|
<text style="font-weight:bold;" @click="changeNameFn()">{{userInfo.name}}</text> <text @click="changeNameFn()" style="color:#3385ff;margin-left:32upx;font-size:30upx;">修改</text>
|
|
|
</view>
|
|
|
<view>{{userInfo.originName}}</view>
|
|
|
- <view style="font-size:30upx;">
|
|
|
+ <view style="font-size:28upx;">
|
|
|
ID {{userInfo.sn}}
|
|
|
<text v-if="userInfo.overTimeUnExpend && userInfo.overTimeUnExpend == 10000" style="margin-left:40upx;color:green;font-weight:bold;">没有下过单</text>
|
|
|
<text v-if="userInfo.overTimeUnExpend && userInfo.overTimeUnExpend == 7" style="margin-left:40upx;color:green;font-weight:bold;">超1周未下单</text>
|
|
|
@@ -22,8 +22,8 @@
|
|
|
<text v-if="Number(userInfo.black)==2" style="color:red;font-weight:bold;margin-left:40upx;">黑名单</text>
|
|
|
<text v-if="Number(userInfo.delStatus)==1" style="color:red;font-weight:bold;margin-left:40upx;">已删除</text>
|
|
|
|
|
|
- <text v-if="userInfo.distName!=''" style="margin-left:40upx;color:#009688;" @click="openDistSelect">{{ userInfo.distName }}</text>
|
|
|
- <text v-else style="margin-left:40upx;color:#b9a5a5;" @click="openDistSelect">请设片区</text>
|
|
|
+ <text v-if="userInfo.distName!=''" style="margin-left:40upx;color:#ceb8b8;" @click="openDistSelect">{{ userInfo.distName }}</text>
|
|
|
+ <text v-else style="margin-left:40upx;color:#ceb8b8;" @click="openDistSelect">请设置片区</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|