This commit is contained in:
HDTianRu 2024-08-20 10:44:54 +08:00
parent abb932868b
commit 4990c2d94c

View file

@ -201,7 +201,7 @@ export function supportGuoba() {
}, },
{ {
field: 'device.productName', field: 'device.productName',
label: 'productName', label: 'productName(deviceProduct)',
bottomHelpMessage: '设置默认设备productName字段', bottomHelpMessage: '设置默认设备productName字段',
component:'Input', component:'Input',
componentProps: { componentProps: {
@ -210,7 +210,7 @@ export function supportGuoba() {
}, },
{ {
field: 'device.productType', field: 'device.productType',
label: 'productType', label: 'productType(deviceName)',
bottomHelpMessage: '设置默认设备productType字段', bottomHelpMessage: '设置默认设备productType字段',
component:'Input', component:'Input',
componentProps: { componentProps: {
@ -219,7 +219,7 @@ export function supportGuoba() {
}, },
{ {
field: 'device.modelName', field: 'device.modelName',
label: 'modelName', label: 'modelName(deviceModel)',
bottomHelpMessage: '设置默认设备modelName字段', bottomHelpMessage: '设置默认设备modelName字段',
component:'Input', component:'Input',
componentProps: { componentProps: {
@ -237,7 +237,7 @@ export function supportGuoba() {
}, },
{ {
field: 'device.deviceInfo', field: 'device.deviceInfo',
label: 'deviceInfo', label: 'deviceInfo(deviceFingerprint)',
bottomHelpMessage: '设置默认设备deviceInfo字段', bottomHelpMessage: '设置默认设备deviceInfo字段',
component:'Input', component:'Input',
componentProps: { componentProps: {
@ -246,7 +246,7 @@ export function supportGuoba() {
}, },
{ {
field: 'device.board', field: 'device.board',
label: 'board', label: 'board(deviceBoard)',
bottomHelpMessage: '设置默认设备board字段', bottomHelpMessage: '设置默认设备board字段',
component:'Input', component:'Input',
componentProps: { componentProps: {