From a7ffceee995581784d40a49d2f623b6fef2e5997 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Tue, 19 May 2026 09:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/aiAlarmSetting/index.vue | 2 +- frontend/src/views/aiChannelSetting/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/aiAlarmSetting/index.vue b/frontend/src/views/aiAlarmSetting/index.vue index de1fc8e..0a08c1f 100644 --- a/frontend/src/views/aiAlarmSetting/index.vue +++ b/frontend/src/views/aiAlarmSetting/index.vue @@ -18,7 +18,7 @@ const channelList = ref([ { channel_no: 12, singal_type: '1~5V', output_node: '', limit_low: 0, limit_high: 8, delay: 8, enabled: false }, ]) -const nodeOptions = ref(['开出一', '开出二']) +const nodeOptions = ref(['开出一', '开出二', '开出三', '开出四', '开出五', '开出六', '开出七', '开出八', '开出九', '开出十', '开出十一', '开出十二']) const isswitch = ref(false) const handleSave = () => { ElMessageBox.prompt('请输入密码', '保存', { diff --git a/frontend/src/views/aiChannelSetting/index.vue b/frontend/src/views/aiChannelSetting/index.vue index eb8dcbf..77fa36e 100644 --- a/frontend/src/views/aiChannelSetting/index.vue +++ b/frontend/src/views/aiChannelSetting/index.vue @@ -17,7 +17,7 @@ const channelList: any = ref([ { ch: 12, singal_type: '4~20mA', line_no: 1, type: 'UA', limit_low: 1, limit_high: 8 }, ]) const aoChannelList: any = ref([]) -const lineOptions = ref([{ label: '线路一', value: 1 }, { label: '线路二', value: 2 }]) +const lineOptions = ref([{ label: '线路一', value: 1 }, { label: '线路二', value: 2 }, { label: '线路三', value: 3 }, { label: '线路四', value: 4 }, { label: '线路五', value: 5 }]) const categoryOptions = ref(['UA', 'UB', 'UC']) const isswitch = ref(false) const handleSave = () => {