自定义默认设备信息

This commit is contained in:
HDTianRu 2024-08-19 14:23:21 +08:00
parent a3ca1bb11e
commit 103661a4c5
3 changed files with 73 additions and 6 deletions

View file

@ -195,6 +195,64 @@ export function supportGuoba() {
placeholder: '请输入数字17',
},
},
{
component: 'Divider',
label: '默认设备信息设置',
},
{
field: 'device.productName',
label: 'productName',
bottomHelpMessage: '设置默认设备productName字段',
component:'Input',
componentProps: {
placeholder: '请输入productName',
}
},
{
field: 'device.productType',
label: 'productType',
bottomHelpMessage: '设置默认设备productType字段',
component:'Input',
componentProps: {
placeholder: '请输入productType',
}
},
{
field: 'device.modelName',
label: 'modelName',
bottomHelpMessage: '设置默认设备modelName字段',
component:'Input',
componentProps: {
placeholder: '请输入modelName',
}
},
{
field: 'device.oaid',
label: 'oaid',
bottomHelpMessage: '设置默认设备oaid字段',
component:'Input',
componentProps: {
placeholder: '请输入oaid',
}
},
{
field: 'device.deviceInfo',
label: 'deviceInfo',
bottomHelpMessage: '设置默认设备deviceInfo字段',
component:'Input',
componentProps: {
placeholder: '请输入deviceInfo',
}
},
{
field: 'device.board',
label: 'board',
bottomHelpMessage: '设置默认设备board字段',
component:'Input',
componentProps: {
placeholder: '请输入board',
}
},
{
component: 'Divider',
label: '优先级设置(-10001000',