时间表

hn2.0
fanluyan 2 years ago
parent 50fa0d7267
commit e4f3a5f915

@ -83,7 +83,11 @@
>{{ val.substring(val.length - 5) }}</el-tag
>
<el-tag
v-if="timeProtocol == '65286' || timeProtocol == '65282'"
v-if="
timeProtocol == '65286' ||
timeProtocol == '65282' ||
timeProtocol == '65281'
"
class="mr10 mt10"
size="mini"
v-for="(val, index) in this.newshedulenr"
@ -713,7 +717,8 @@ export default {
//
if (
this.timeProtocol == "65286" ||
this.timeProtocol == "65282"
this.timeProtocol == "65282" ||
this.timeProtocol == "65281"
) {
console.log("河南规约");
var hnarr = [];
@ -1048,7 +1053,8 @@ export default {
////
if (
this.deviceListData.zzprotocol == "65286" ||
this.timeProtocol == "65282"
this.deviceListData.zzprotocol == "65282" ||
this.deviceListData.zzprotocol == "65281"
) {
console.log("河南规约");
//

Loading…
Cancel
Save