修改设备类型选择

master
夜笙歌 2 years ago
parent 4a107aa97e
commit dbc4dec3e8

@ -12,7 +12,7 @@ export function listBaseCar(query) {
// 查询列表 // 查询列表
export function getCarGpsList(query) { export function getCarGpsList(query) {
return request({ return request({
url: '/basecar/car/getCarGpsList', url: '/basecar/car/queryCardata',
method: 'get', method: 'get',
params: query params: query
}) })

@ -214,13 +214,13 @@
<template #label> <template #label>
温度 温度
</template> </template>
{{ tyreInfo.internationalization2 }} {{ tyreInfo.temperature }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item> <el-descriptions-item>
<template #label> <template #label>
压力热态 压力热态
</template> </template>
{{ tyreInfo.internationalization2 }} {{ tyreInfo.pressure }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item> <el-descriptions-item>
<template #label> <template #label>

Loading…
Cancel
Save