update 调整位置为空时的文字样式,调整表格组件
This commit is contained in:
@@ -147,7 +147,7 @@ export function useAlarmDetail() {
|
||||
if (record?.lat) {
|
||||
return `${record.lat},${record.lon}`;
|
||||
} else {
|
||||
return '未知位置';
|
||||
return `<span style="color: #eb3636;">${record?.gpsErrorMsg || ''}</span>`;
|
||||
}
|
||||
},
|
||||
},
|
||||
@@ -369,4 +369,4 @@ export function infoContent(res) {
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user