This commit is contained in:
lb 2023-04-18 09:08:41 +08:00
parent 891a75556b
commit 03aa4effa9

View File

@ -34,20 +34,20 @@ export default function () {
default: { value: '' },
bind: { placeholder: '请输入设备名称' }
},
{
label: '设备类型',
prop: 'code',
input: true,
default: { value: '' },
bind: { placeholder: '请输入设备类型' }
},
{
label: '设备ID',
prop: 'id',
input: true,
default: { value: '' },
bind: { placeholder: '请输入设备ID' }
},
// {
// label: '设备类型',
// prop: 'code',
// input: true,
// default: { value: '' },
// bind: { placeholder: '请输入设备类型' }
// },
// {
// label: '设备ID',
// prop: 'id',
// input: true,
// default: { value: '' },
// bind: { placeholder: '请输入设备ID' }
// },
{
button: {
type: 'primary',