commit
2217b225d7
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user