员工同意操作订单即认定为开始检测,结束检测时应显示的是开始-结束订单的操作时间 每一步操作都需要显示 开始和结束时间

This commit is contained in:
xiaofajia 2024-12-09 16:14:51 +08:00
parent 924df8f602
commit 6b446f0fd6

View File

@ -39,7 +39,7 @@
<view class="top-left">
<view class="dhei">{{ item.goodsName }}</view>
<text class="xhui">接待人{{ item.workerName }}</text>
<text class="xhui" style="margin-left: 50rpx;">检测内容{{ item.projectName }}</text>
<text class="xhui" style="margin-left: 50rpx;" v-if="item.workNodeStatus === '1'">检测内容{{ item.projectName }}</text>
</view>
<view @click="callUser(item.buyPhone)" class="top-right">
<image src="../../static/detection/teel.png" mode=""></image>