From 4990c2d94ca6ebdce14f3a65ff230a1ed4521664 Mon Sep 17 00:00:00 2001 From: HDTianRu <3291691454@qq.com> Date: Tue, 20 Aug 2024 10:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E5=91=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guoba.support.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guoba.support.js b/guoba.support.js index 7406caa..a1fee49 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -201,7 +201,7 @@ export function supportGuoba() { }, { field: 'device.productName', - label: 'productName', + label: 'productName(deviceProduct)', bottomHelpMessage: '设置默认设备productName字段', component:'Input', componentProps: { @@ -210,7 +210,7 @@ export function supportGuoba() { }, { field: 'device.productType', - label: 'productType', + label: 'productType(deviceName)', bottomHelpMessage: '设置默认设备productType字段', component:'Input', componentProps: { @@ -219,7 +219,7 @@ export function supportGuoba() { }, { field: 'device.modelName', - label: 'modelName', + label: 'modelName(deviceModel)', bottomHelpMessage: '设置默认设备modelName字段', component:'Input', componentProps: { @@ -237,7 +237,7 @@ export function supportGuoba() { }, { field: 'device.deviceInfo', - label: 'deviceInfo', + label: 'deviceInfo(deviceFingerprint)', bottomHelpMessage: '设置默认设备deviceInfo字段', component:'Input', componentProps: { @@ -246,7 +246,7 @@ export function supportGuoba() { }, { field: 'device.board', - label: 'board', + label: 'board(deviceBoard)', bottomHelpMessage: '设置默认设备board字段', component:'Input', componentProps: {