Browse Source

场景名称

master
wwp 1 month ago
parent
commit
0fc5bbbd61
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      SafeCampus.WEB/src/views/warn/zjrq/index.vue

+ 4
- 4
SafeCampus.WEB/src/views/warn/zjrq/index.vue View File

@@ -232,11 +232,11 @@ const columns: ColumnProps<ZJRQ.WarnInfo>[] = [
// { 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 "演示学校";
// }
},
{


Loading…
Cancel
Save