Commit 2c6c935d by yiyu.li

优化

parent 90d8ef8f
......@@ -87,12 +87,12 @@
<span class="infoLabel">状态:</span>
<span class="info">{{
orderDetail.status == 1
? "待上料"
? "待执行"
: orderDetail.status == 2
? "行中"
? "行中"
: orderDetail.status == 3
? "待下料"
: ""
? "执行完毕"
: "未下发"
}}</span>
</p>
<p class="flex">
......@@ -189,12 +189,12 @@
>
<span class="info">{{
orderDetail2.status == 1
? "待上料"
? "待执行"
: orderDetail2.status == 2
? "行中"
? "行中"
: orderDetail2.status == 3
? "待下料"
: ""
? "执行完毕"
: "未下发"
}}</span>
</p>
<p class="flex">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment