修改
This commit is contained in:
parent
000fb7689e
commit
a7ffceee99
@ -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 },
|
{ 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 isswitch = ref(false)
|
||||||
const handleSave = () => {
|
const handleSave = () => {
|
||||||
ElMessageBox.prompt('请输入密码', '保存', {
|
ElMessageBox.prompt('请输入密码', '保存', {
|
||||||
|
|||||||
@ -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 },
|
{ ch: 12, singal_type: '4~20mA', line_no: 1, type: 'UA', limit_low: 1, limit_high: 8 },
|
||||||
])
|
])
|
||||||
const aoChannelList: any = ref([])
|
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 categoryOptions = ref(['UA', 'UB', 'UC'])
|
||||||
const isswitch = ref(false)
|
const isswitch = ref(false)
|
||||||
const handleSave = () => {
|
const handleSave = () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user