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: '' }, default: { value: '' },
bind: { placeholder: '请输入设备名称' } bind: { placeholder: '请输入设备名称' }
}, },
{ // {
label: '设备类型', // label: '设备类型',
prop: 'code', // prop: 'code',
input: true, // input: true,
default: { value: '' }, // default: { value: '' },
bind: { placeholder: '请输入设备类型' } // bind: { placeholder: '请输入设备类型' }
}, // },
{ // {
label: '设备ID', // label: '设备ID',
prop: 'id', // prop: 'id',
input: true, // input: true,
default: { value: '' }, // default: { value: '' },
bind: { placeholder: '请输入设备ID' } // bind: { placeholder: '请输入设备ID' }
}, // },
{ {
button: { button: {
type: 'primary', type: 'primary',