1
Some checks are pending
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Waiting to run

This commit is contained in:
2025-08-29 13:48:23 +08:00
parent 5b7912c5d0
commit da06ac8899

View File

@@ -142,7 +142,7 @@ export default {
{ label: "预警编码", value: this.warnInfo.id },
{ label: "预警类型", value: this.warnInfo.smallTypeName },
{ label: "设备名称", value: this.warnInfo.deviceName },
{ label: "设备位置", value: this.warnInfo.deviceName },
{ label: "预警位置", value: this.warnInfo.deviceName },
{ label: "预警级别", value: this.warnInfo.levelName },
{ label: "预警时间", value: this.warnInfo.reportTime },
{ label: "下发时间", value: this.warnInfo.servBeginTime },