tms页面
This commit is contained in:
parent
f62f8ff273
commit
2bfdb557d1
@ -91,10 +91,10 @@
|
|||||||
</td></template
|
</td></template
|
||||||
>
|
>
|
||||||
<template v-else-if="k === 'HSCB状态'">
|
<template v-else-if="k === 'HSCB状态'">
|
||||||
<td :class="{ bg_g: item }" v-for="(item, j) in v" :key="j">{{ !item && '--' }}</td></template
|
<td :class="{ bg_g: item }" v-for="(item, j) in v" :key="j">{{ item ? '' : '-- --' }}</td></template
|
||||||
>
|
>
|
||||||
<template v-else-if="k === '牵引脉冲使能'">
|
<template v-else-if="k === '牵引脉冲使能'">
|
||||||
<td :class="{ bg_g: item }" v-for="(item, j) in v" :key="j">{{ item ? '' : '--' }}</td></template
|
<td :class="{ bg_g: item }" v-for="(item, j) in v" :key="j">{{ item ? '' : '-- --' }}</td></template
|
||||||
>
|
>
|
||||||
<td v-if="i === 0" :rowspan="Object.keys(carInfo).length + 1">
|
<td v-if="i === 0" :rowspan="Object.keys(carInfo).length + 1">
|
||||||
<img class="speedBg" :src="localStatic + '/jl3d/tms/PMS3.png'" />
|
<img class="speedBg" :src="localStatic + '/jl3d/tms/PMS3.png'" />
|
||||||
|
Loading…
Reference in New Issue
Block a user