@@ -363,6 +363,20 @@ const selectConfig = computed(() => {
},
],
+ {
+ label: "是否异常",
+ prop: "isCanConfirm",
+ data: [
+ label: "异常",
+ value: 1,
+ },
+ label: "无异常",
+ value: 0,
+ ],
];
});