!3 异常报警类型

Merge pull request !3 from 打豆豆/master
This commit is contained in:
打豆豆 2023-10-09 09:44:26 +00:00 committed by Gitee
commit 2217b225d7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
style="width: 150px" style="width: 150px"
> >
<el-option <el-option
v-for="dict in dict.type.mes_dvsubject_type" v-for="dict in dict.type.mes_alarm_type"
:key="dict.value" :key="dict.value"
:label="dict.label" :label="dict.label"
:value="dict.value" :value="dict.value"
@ -278,8 +278,8 @@
import { list, edit } from "@/api/abnormalityAlarm/machineTool"; import { list, edit } from "@/api/abnormalityAlarm/machineTool";
import { getToken } from "@/utils/auth"; import { getToken } from "@/utils/auth";
export default { export default {
name: "Dvsubject", // name: "Dvsubject",
dicts: ["sys_yes_no", "mes_dvsubject_type"], dicts: ["sys_yes_no", "mes_alarm_type"],
components: {}, components: {},
data() { data() {
return { return {

View File

@ -25,7 +25,7 @@
style="width: 150px" style="width: 150px"
> >
<el-option <el-option
v-for="dict in dict.type.mes_dvsubject_type" v-for="dict in dict.type.mes_alarm_type"
:key="dict.value" :key="dict.value"
:label="dict.label" :label="dict.label"
:value="dict.value" :value="dict.value"
@ -212,8 +212,8 @@
import { list, edit } from "@/api/abnormalityAlarm/machineTool"; import { list, edit } from "@/api/abnormalityAlarm/machineTool";
import { getToken } from "@/utils/auth"; import { getToken } from "@/utils/auth";
export default { export default {
name: "Dvsubject", // name: "Dvsubject",
dicts: ["sys_yes_no", "mes_dvsubject_type"], dicts: ["sys_yes_no", "mes_alarm_type"],
components: {}, components: {},
data() { data() {
return { return {