This commit is contained in:
kbing1981 2024-08-15 13:50:11 +08:00
parent c024d5aeb5
commit 3f5d9e40a0
5 changed files with 54 additions and 19 deletions

View File

@ -24,13 +24,15 @@
<view class="flex flex-direction list-right-content" style="width: 100%; margin-left: 8rpx;">
<view class="flex" style="width: 100%;display: flex;justify-content: space-between;">
<view class="flex align-center" >
<view class="text-bold text-30 margin-right-xs" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
{{item.artificerName}} {{item.artificerClassifyList[0].classifyName}}
<view class="flex">
<span class="text-bold text-30 margin-right-xs">{{item.artificerName}}</span>
<image class="touxiang-frame" style="width: 100rpx;height: 38rpx;" :src="item.technicianType=='3'?'../../static/vip/grade1.gif':item.technicianType=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'"></image>
<span class="label-word">{{item.artificerClassifyList[0].classifyName}}</span>
</view>
<view class="text-bold text-30 margin-right-xs" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
<!-- {{ item.artificerClassifyList[0].classifyName }} -->
</view>
<image class="touxiang-frame" style="width: 100rpx;height: 38rpx;" :src="item.technicianType=='3'?'../../static/vip/grade1.gif':item.technicianType=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'"></image>
</view>
<view class="keyuyue keyuyue-lan" v-if="item.status == 1">
<view class="flex">
@ -602,4 +604,14 @@
}
}
}
.label-word{
background: #f9f1e7;
color: #9b7a6e;
border-radius: 30rpx;
padding: 0rpx 14rpx;
line-height:34rpx;
border: 1px solid #9b7a6e;
font-size: 22rpx;
margin-left: 10rpx;
}
</style>

View File

@ -172,9 +172,6 @@
font-size: 29rpx;
color: #999999;
}
.confirm-btn {
width: 600upx;
height: 80upx;

View File

@ -46,7 +46,7 @@
<span class="headset-text2">{{order.technicianTypeName}}</span>
</view>
<view class="headset-line">
<span class="headset-text2">{{order.artificerClassifyList[0].classifyName}}</span>
<span class="label-word">{{order.artificerClassifyList[0].classifyName}}</span>
</view>
</view>
<view class="jian-view-right">
@ -778,8 +778,8 @@
position: relative;
}
.headset-img{
width: 120rpx;
height: 40rpx;
width: 100rpx;
height:36rpx;
position: absolute;
top:1rpx;
left:-1rpx;
@ -1510,4 +1510,14 @@
font-size: 30rpx;
font-weight: bold;
}
.label-word{
background: #f9f1e7;
color: #9b7a6e;
border-radius: 30rpx;
padding: 0 14rpx;
line-height:34rpx;
border: 1px solid #9b7a6e;
font-size: 22rpx;
margin-left: 10rpx;
}
</style>

View File

@ -34,11 +34,9 @@
<view class="flex align-center" style="justify-content: start;">
<view class="flex align-center list-right-top">
<view class="list-right-top-view">
<view class="list-right-top-name">
{{ item.artificerName }}
</view>
<view class="list-right-top-name">
{{ item.artificerClassifyList[0].classifyName }}
<view class="flex">
<span class="list-right-top-name">{{ item.artificerName }}</span>
<span class="label-word">{{ item.artificerClassifyList[0].classifyName }}</span>
</view>
<view class="keyuyue keyuyue-lan" v-if="item.status == 1">
<view class="flex">
@ -1931,4 +1929,14 @@ import permision from "@/components/permission.js";
color: #666;
margin-right: 10rpx;
}
.label-word{
background: #f9f1e7;
color: #9b7a6e;
border-radius: 30rpx;
padding:0rpx 14rpx;
line-height:40rpx;
border: 1px solid #9b7a6e;
font-size: 22rpx;
margin-left: 10rpx;
}
</style>

View File

@ -21,11 +21,9 @@
<view class="flex align-center" style="justify-content: start;">
<view class="flex align-center list-right-top">
<view class="list-right-top-view">
<view class="list-right-top-name">
{{ item.artificerName }}
</view>
<view class="list-right-top-name">
{{ item.artificerClassifyList[0].classifyName }}
<view class="flex">
<span class="list-right-top-name">{{ item.artificerName }}</span>
<span class="label-word">{{ item.artificerClassifyList[0].classifyName }}</span>
</view>
<view class="keyuyue keyuyue-lan" v-if="item.status == 1">
<view class="flex">
@ -1026,4 +1024,14 @@
color: #666;
margin-right: 10rpx;
}
.label-word{
background: #f9f1e7;
color: #9b7a6e;
border-radius: 30rpx;
padding:0rpx 14rpx;
line-height:40rpx;
border: 1px solid #9b7a6e;
font-size: 22rpx;
margin-left: 10rpx;
}
</style>