1
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Has been cancelled

This commit is contained in:
2025-08-29 10:02:48 +08:00
parent d7bd2ee667
commit 8d77e8a255

View File

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