Commit 115adfac7dff75a4ac244a23f799c232ce18bd4a

Authored by sqy
1 parent 059e50ff

'第二次暂存'

@@ -49,6 +49,7 @@ export default { @@ -49,6 +49,7 @@ export default {
49 alarmManagement: 'alarm management', 49 alarmManagement: 'alarm management',
50 geographicPosition: 'geographic position', 50 geographicPosition: 'geographic position',
51 alarmContact: 'alarm contact', 51 alarmContact: 'alarm contact',
  52 + alarmCenter: 'alarm center',
52 }, 53 },
53 54
54 dept: { 55 dept: {
@@ -62,6 +62,7 @@ export default { @@ -62,6 +62,7 @@ export default {
62 alarmManagement: '告警管理', 62 alarmManagement: '告警管理',
63 geographicPosition: '地理位置', 63 geographicPosition: '地理位置',
64 alarmContact: '告警联系人', 64 alarmContact: '告警联系人',
  65 + alarmCenter: '告警中心',
65 }, 66 },
66 system: { 67 system: {
67 system: '系统管理', 68 system: '系统管理',
  1 +<template>
  2 + <div></div>
  3 +</template>
  4 +
  5 +<script lang="ts">
  6 + import { defineComponent } from 'vue';
  7 + export default defineComponent({
  8 + setup() {},
  9 + });
  10 +</script>
  11 +
  12 +<style lang="less" scoped></style>
@@ -169,7 +169,7 @@ @@ -169,7 +169,7 @@
169 } 169 }
170 watch(isWhereType, (v) => { 170 watch(isWhereType, (v) => {
171 switch (v) { 171 switch (v) {
172 - console.log(v) 172 + // console.log(v)
173 case 'STRING': 173 case 'STRING':
174 getIsWhereType.value = v; 174 getIsWhereType.value = v;
175 break; 175 break;