main
zouyanyan 6 days ago
parent 8f3e48eb0e
commit 134e78061e

@ -32,7 +32,7 @@
<view v-for="(item, index) in myaddresslist" :key="index" class="sitem">
<view class="lcon">
<view class="sname">
<text>{{item.userName}}({{item.userCode}})</text>
<!-- <text>{{item.userName}}({{item.userCode}})</text> -->
<text>{{ item.departCode?retType(item.departCode,1):''}}</text>
</view>
<view class="sinfo">
@ -210,7 +210,7 @@
this.address.forEach(cell=>{
var ifadd=0;
this.myaddresslist.forEach(item=>{
if(item.id==cell.id){
if(item.departCode==cell.departCode&&item.workshop==cell.workshop&&item.location==cell.location&&item.address==cell.address){
ifadd=1
}
});
@ -531,7 +531,7 @@
.opecon{
position: absolute;
right: 20rpx;
bottom: 20rpx;
top: 20rpx;
}
.sname{
font-size: 30rpx;

Loading…
Cancel
Save