This commit is contained in:
kbing1981 2024-07-12 10:30:52 +08:00
parent b999c47a51
commit 3382d4dad0
1 changed files with 17 additions and 4 deletions

View File

@ -26,13 +26,12 @@
<view class="text-bold text-30 margin-right-xs" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
{{item.artificerName}}
</view>
<image class="dituzhaoren" src="../../static/dituzhaoren2.png" mode=""></image>
</view>
<view class="shou-top">
<view class="shou-top-btn" :class="[item.state == 1 || item.state == 2?'kfw_view':'byy_view']">
<view class="keyuyue">
<view class="[item.state == 1 || item.state == 2?'kfw_view':'byy_view']">
{{item.state == 1?'可服务':item.state == 2?'可预约':'休息中'}}
</view>
<view class="zz_view" v-if="item.status == 1 && item.time">
<view v-if="item.status == 1 && item.time">
{{item.time}}
</view>
</view>
@ -261,6 +260,20 @@
</script>
<style lang="scss">
.keyuyue{
// width: 160rpx;
height: 20px;
display: flex;
flex-direction: row;
align-items: center;
background: linear-gradient(90deg, #fee9ca, #fde4c6);
border: 1px #decbae solid;
border-radius: 30rpx 30rpx 30rpx 2rpx;
padding: 3rpx 18rpx;
color:#8d500f;
font-size: 22rpx;
margin-left: 15rpx;
}
.icon-text{
margin-left: 2px;
font-weight: 400;