diff --git a/src/views/form/monitoringpoints.vue b/src/views/form/monitoringpoints.vue index 42398f9..9a74400 100644 --- a/src/views/form/monitoringpoints.vue +++ b/src/views/form/monitoringpoints.vue @@ -136,15 +136,15 @@ const state = reactive({ option: [ { label: "主码流", - value: 1, + value: '1', }, { label: "辅码流", - value: 2, + value: '2', }, { label: "辅码流2", - value: 3, + value: '3', }, ], });