From 0fc5bbbd61bef7749fb6eab83005879672915b53 Mon Sep 17 00:00:00 2001 From: wwp <782568523@qq.com> Date: Thu, 10 Oct 2024 09:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=BA=E6=99=AF=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SafeCampus.WEB/src/views/warn/zjrq/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SafeCampus.WEB/src/views/warn/zjrq/index.vue b/SafeCampus.WEB/src/views/warn/zjrq/index.vue index 8ba50af..ddd9041 100644 --- a/SafeCampus.WEB/src/views/warn/zjrq/index.vue +++ b/SafeCampus.WEB/src/views/warn/zjrq/index.vue @@ -232,11 +232,11 @@ const columns: ColumnProps[] = [ // { prop: "cameraId", label: "所属摄像头", search: { el: "input" }, isShow: false }, // { prop: "alarmTypeDesc", label: "预警类型", search: { el: "input" }, isShow: false }, { - prop: "poiId", + prop: "sceneName", label: "场景名称", - render: () => { - return "演示学校"; - } + // render: () => { + // return "演示学校"; + // } }, {