|
|
|
@ -111,15 +111,15 @@
|
|
|
|
|
<view class="dibuaBtn" v-show="tabscurrentShow">
|
|
|
|
|
<view class="dibuaBtn-lanse" @click="Chongxinshangbao(1,)"
|
|
|
|
|
:class="Objitem.title!=Objitem.oldTitle || $store.state.tijiaoList.shijianList.length!=0 ?'':'jinyong'">
|
|
|
|
|
{{Objitem.title!=Objitem.oldTitle || $store.state.tijiaoList.shijianList.length!=0 ?'重新上报驾驶舱':'已禁用'}}
|
|
|
|
|
{{Objitem.title!=Objitem.oldTitle || $store.state.tijiaoList.shijianList.length!=0 ?'重新上报驾驶舱':'重新上报驾驶舱'}}
|
|
|
|
|
</view>
|
|
|
|
|
<view class="dibuaBtn-hongse" @click="Chongxinshangbao(2)"
|
|
|
|
|
:class="Objitem.title!=Objitem.oldTitle || $store.state.tijiaoList.shijianList.length!=0 ?'':'jinyong'">
|
|
|
|
|
{{Objitem.title!=Objitem.oldTitle || $store.state.tijiaoList.shijianList.length!=0 ?'退回算法重训练':'已禁用'}}
|
|
|
|
|
{{Objitem.title!=Objitem.oldTitle || $store.state.tijiaoList.shijianList.length!=0 ?'退回算法重训练':'退回算法重训练'}}
|
|
|
|
|
</view>
|
|
|
|
|
<view class="dibuaBtn-lvse" @click="Chongxinshangbao(3)"
|
|
|
|
|
:class="Objitem.title!=Objitem.oldTitle || $store.state.tijiaoList.shijianList.length!=0 ?'jinyong':''">
|
|
|
|
|
{{Objitem.title!=Objitem.oldTitle || $store.state.tijiaoList.shijianList.length!=0 ?'已禁用':'审核通过'}}
|
|
|
|
|
{{Objitem.title!=Objitem.oldTitle || $store.state.tijiaoList.shijianList.length!=0 ?'审核通过':'审核通过'}}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 修改标题 -->
|
|
|
|
@ -493,7 +493,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jinyong {
|
|
|
|
|
background-color: #444444;
|
|
|
|
|
background-color: #ccc;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|