Commit df74658f authored by xxx's avatar xxx

1

parent d19b3940
......@@ -18,7 +18,7 @@
<span>今日装车次数:</span><span style="color: rgb(24,228,240);">{{carInformationData2.carNum ? carInformationData2.carNum : ''}}</span>
</div>
<div>
<span>运重状态:</span><span style="color: rgb(24,228,240);">{{carInformationData2.status ? carInformationData2.status : ''}}</span>
<span>运重状态:</span><span style="color: rgb(24,228,240);">{{carInformationData2.status == 0 ? '运行中' : carInformationData2.status == 1 ? '空闲' : '暂无状态'}}</span>
</div>
<div>
<span>运载种类:</span><span style="color: rgb(24,228,240);">{{carInformationData2.carclass ? carInformationData2.carclass : ''}}</span>
......
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