浏览代码

数据中心

彭宇 2 年之前
父节点
当前提交
ebcf5a315a
共有 1 个文件被更改,包括 11 次插入22 次删除
  1. 11 22
      src/views/eventdetailsdialog.vue

+ 11 - 22
src/views/eventdetailsdialog.vue

@@ -1159,16 +1159,17 @@ export default {
       depteventId: '',
       dutysystemTableData: [],
       radius: 50, //资源搜索半径
-      resourcesList: [{
-        resourceName: '取水口',
+      resourcesList: [
+        {
+        resourceName: '基本联动力量',
         type: 'qsk',
         count: '1',
-        icon: 'sj-icon-waterintake'
+        icon: 'sj-icon-linkageforce'
       },
         {
-          resourceName: '水鹤',
+          resourceName: '消防力量',
           type: 'sh',
-          icon: 'sj-icon-watercrane'
+          icon: 'sj-icon-fireforce'
         },
         {
           resourceName: '消防栓',
@@ -1177,34 +1178,22 @@ export default {
           icon: 'sj-icon-firehydrant'
         },
         {
-          resourceName: '起降点',
+          resourceName: '专职站',
           type: 'qjd',
           count: '1',
-          icon: 'sj-icon-landing'
+          icon: 'sj-icon-station'
         },
         {
-          resourceName: '检查站',
+          resourceName: '其他联动力量',
           type: 'jcz',
           count: '1',
-          icon: 'sj-icon-checkpoint'
-        },
-        {
-          resourceName: '防火队',
-          type: 'fhd',
-          count: '1',
-          icon: 'sj-icon-fireteam'
-        },
-        {
-          resourceName: '重点区域',
-          type: 'zdqy',
-          count: '1',
-          icon: 'sj-icon-tcqh'
+          icon: 'sj-icon-otherlinkageforce'
         },
         {
           resourceName: '摄像头',
           type: 'sxt',
           count: '1',
-          icon: 'camera'
+          icon: 'sj-icon-jkzx'
         }
       ],
       resourcesListCheck: [],