mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 05:07:46 +00:00
自定义默认设备信息
This commit is contained in:
parent
a3ca1bb11e
commit
103661a4c5
3 changed files with 73 additions and 6 deletions
|
|
@ -195,6 +195,64 @@ export function supportGuoba() {
|
|||
placeholder: '请输入数字1~7',
|
||||
},
|
||||
},
|
||||
{
|
||||
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: '优先级设置(-1000~1000)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue