Commit 1d163a1c authored by xxx's avatar xxx

1

parent e42012a8
......@@ -20,7 +20,7 @@
<div style="width:12vw;margin-left:1.7vw;text-align: center;">
{{item.number}}
(
{{item.odo == 0 ? '离线' :item.odo == 1 ? '智能调度' : item.odo == 2 ? '人工调度' : '其他作业'}}
{{item.odo == 0 ? '离线' :item.odo == 1 ? '智能调度' : item.odo == 2 ? '人工调度' : item.odo == 3 ? '在线' : '其他作业'}}
)
</div>
</el-checkbox>
......@@ -398,6 +398,7 @@ export default {
//定时器
this.intelligentSchedulTimer = setInterval(() => {
this.loadData2();
//近期通知列表
HttpReq.truckDispatching.recentNoticeQuery({size:50,sort:'id,desc'}).then((res) => {
if(res.code == 200){
......
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