From a3bd784ee24b1ae7b7181ab98c300b95a410c6b2 Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Fri, 25 Jul 2025 09:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86-=E6=9C=BA?= =?UTF-8?q?=E5=9C=BA=E5=8F=8A=E9=A3=9E=E8=A1=8C=E5=99=A8=E7=9A=84=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=9D=A1=E4=BB=B6=E9=83=BD=E6=9C=AA=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/workmanagement/device/Airport/utils.ts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/demo/workmanagement/device/Airport/utils.ts b/src/views/demo/workmanagement/device/Airport/utils.ts index 560cc45..7606c81 100644 --- a/src/views/demo/workmanagement/device/Airport/utils.ts +++ b/src/views/demo/workmanagement/device/Airport/utils.ts @@ -81,9 +81,16 @@ export const searchFormSchema: FormSchema[] = [ colProps: { span: 4 }, }, { - field: 'model', + field: 'type', label: '设备型号', - component: 'Input', + component: 'Select', + componentProps: { + options: [ + { label: 'Dock 1', value: 'Dock 1' }, + { label: 'Dock 2', value: 'Dock 2' }, + { label: 'Dock 3', value: 'Dock 3' }, + ], + }, colProps: { span: 4 }, }, {