fix: 修复告警中大小写引入问题

This commit is contained in:
xieyonghong 2023-04-19 17:10:14 +08:00
parent 144be56c10
commit 875e7c00f7
4 changed files with 17 additions and 4 deletions

View File

@ -25,7 +25,7 @@
"event-source-polyfill": "^1.0.31", "event-source-polyfill": "^1.0.31",
"global": "^4.4.0", "global": "^4.4.0",
"jetlinks-store": "^0.0.3", "jetlinks-store": "^0.0.3",
"jetlinks-ui-components": "^1.0.5", "jetlinks-ui-components": "^1.0.8",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",
"less": "^4.1.3", "less": "^4.1.3",
"less-loader": "^11.1.0", "less-loader": "^11.1.0",

View File

@ -185,7 +185,7 @@
<script lang="ts" setup> <script lang="ts" setup>
import InputSave from './Save/input.vue'; import InputSave from './Save/input.vue';
import OutputSave from './save/output.vue'; import OutputSave from './Save/output.vue';
import { getDataExchange } from '@/api/rule-engine/config'; import { getDataExchange } from '@/api/rule-engine/config';
import { getImage } from '@/utils/comm'; import { getImage } from '@/utils/comm';
import { marked } from 'marked'; import { marked } from 'marked';

View File

@ -101,7 +101,7 @@ import { useRoute } from 'vue-router';
import type { ActionsType } from '@/components/Table'; import type { ActionsType } from '@/components/Table';
import { getImage } from '@/utils/comm'; import { getImage } from '@/utils/comm';
import { message } from 'jetlinks-ui-components'; import { message } from 'jetlinks-ui-components';
import Save from './save/index.vue'; import Save from './Save/index.vue';
import { useAlarmConfigurationStore } from '@/store/alarm'; import { useAlarmConfigurationStore } from '@/store/alarm';
import { storeToRefs } from 'pinia'; import { storeToRefs } from 'pinia';
const route = useRoute(); const route = useRoute();

View File

@ -3823,7 +3823,7 @@ jetlinks-store@^0.0.3:
resolved "https://registry.npmjs.org/jetlinks-store/-/jetlinks-store-0.0.3.tgz" resolved "https://registry.npmjs.org/jetlinks-store/-/jetlinks-store-0.0.3.tgz"
integrity sha512-AZf/soh1hmmwjBZ00fr1emuMEydeReaI6IBTGByQYhTmK1Zd5pQAxC7WLek2snRAn/HHDgJfVz2hjditKThl6Q== integrity sha512-AZf/soh1hmmwjBZ00fr1emuMEydeReaI6IBTGByQYhTmK1Zd5pQAxC7WLek2snRAn/HHDgJfVz2hjditKThl6Q==
jetlinks-ui-components@1.0.5, jetlinks-ui-components@^1.0.5: jetlinks-ui-components@1.0.5:
version "1.0.5" version "1.0.5"
resolved "https://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.5.tgz#f91a7e1e0c72addcc6f2cadb260039010c481eaf" resolved "https://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.5.tgz#f91a7e1e0c72addcc6f2cadb260039010c481eaf"
integrity sha512-ZcR0ukT9bZn2syyOk9lKjjZ1cHpmMBvdHuTqayZgXwq6+pZSM5nqtVMgdUu0AXQ+pL0KbWes4L0NweYSW7XJOg== integrity sha512-ZcR0ukT9bZn2syyOk9lKjjZ1cHpmMBvdHuTqayZgXwq6+pZSM5nqtVMgdUu0AXQ+pL0KbWes4L0NweYSW7XJOg==
@ -3836,6 +3836,19 @@ jetlinks-ui-components@1.0.5, jetlinks-ui-components@^1.0.5:
lodash-es "^4.17.21" lodash-es "^4.17.21"
monaco-editor "^0.35.0" monaco-editor "^0.35.0"
jetlinks-ui-components@^1.0.8:
version "1.0.8"
resolved "https://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.8.tgz#bcbdbbdc6c0011207f15cbb51fadcc8389803f53"
integrity sha512-FdXSS4Wdnq5cCUKP5f6Z/3FHu3XHFkRIzSAvkUQdneHbYO6iHkEjMJyHChttlP9cp4s6ydRpeqY2jjtoftYhtA==
dependencies:
"@vueuse/core" "^9.12.0"
"@vueuse/router" "^9.13.0"
ant-design-vue "^3.2.15"
colorpicker-v3 "^2.10.2"
jetlinks-ui-components "1.0.5"
lodash-es "^4.17.21"
monaco-editor "^0.35.0"
js-cookie@^3.0.1: js-cookie@^3.0.1:
version "3.0.1" version "3.0.1"
resolved "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.1.tgz" resolved "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.1.tgz"