设备操控修改

This commit is contained in:
蔡玲
2024-12-06 18:16:20 +08:00
parent 2735cf2472
commit 48409ebb56
3 changed files with 5 additions and 19 deletions

View File

@@ -44,7 +44,7 @@
return {
title: '',
val1: '',
options: [{value: '0', text: ''}, {value: '1', text: ''}],
options: [{value: '0', text: '停用'}, {value: '1', text: '启用'}],
index: '',
disabled: false
};