tms页面

This commit is contained in:
Yuan 2023-11-07 17:24:15 +08:00
parent f62f8ff273
commit 2bfdb557d1

View File

@ -40,7 +40,7 @@
</template> </template>
<template v-else-if="k === '牵引系统状态'"> <template v-else-if="k === '牵引系统状态'">
<td :class="{ bg_g: item !== 0 }" v-for="(item, j) in v" :key="j"> <td :class="{ bg_g: item !== 0 }" v-for="(item, j) in v" :key="j">
{{ item === 0 ? '--' : `${item}A` }} {{ item === 0 ? '--' : `${item} A` }}
</td></template </td></template
> >
<template v-else-if="k === '制动缸压力'"> <template v-else-if="k === '制动缸压力'">
@ -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'" />