Commit 8fd46c4c authored by renjintao's avatar renjintao

orderlist

parent 25cd92c6
...@@ -1447,6 +1447,7 @@ export default { ...@@ -1447,6 +1447,7 @@ export default {
quantity:'生产数量', quantity:'生产数量',
beginTime:'开始时间', beginTime:'开始时间',
endTime:'结束时间', endTime:'结束时间',
planEndTime:'计划结束时间',
action:'操作' action:'操作'
} }
} }
...@@ -60,7 +60,9 @@ ...@@ -60,7 +60,9 @@
<Col span="16" class="row"> <Col span="16" class="row">
<p>{{l("beginTime")}}{{row.beginTime}}</p> <p>{{l("beginTime")}}{{row.beginTime}}</p>
<p> <p>
<span v-if="getStatus(row.status)">计划</span>结束时间:{{row.endTime}} <span v-if="getStatus(row.status)">{{l("planEndTime")}}</span>
<span v-else>{{l("endTime")}}</span>
{{row.endTime}}
</p> </p>
<p v-if="getStatus(row.status)&&getTimes(row.endTime)>0"> <p v-if="getStatus(row.status)&&getTimes(row.endTime)>0">
剩余时间: 剩余时间:
......
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