From ff15e31070b1abfe560aea485fe2159f3166040e Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Tue, 9 Apr 2024 10:25:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E4=BD=8D=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=96=B9=E5=BC=8F=E4=B8=BAinput?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eam/basic/fixedAssets/fixedAssets.data.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/eam/basic/fixedAssets/fixedAssets.data.ts b/src/views/eam/basic/fixedAssets/fixedAssets.data.ts index 145f299..2f172f0 100644 --- a/src/views/eam/basic/fixedAssets/fixedAssets.data.ts +++ b/src/views/eam/basic/fixedAssets/fixedAssets.data.ts @@ -96,14 +96,14 @@ export const FixedAssets = useCrudSchemas(reactive([ }, isSearch: true, form:{ - component: 'Select', + component: 'Input', componentProps: { - options: localtionList, - optionsAlias: { - labelField: 'name', - valueField: 'number' - }, - placeholder: "请选择库位" + // options: localtionList, + // optionsAlias: { + // labelField: 'name', + // valueField: 'number' + // }, + placeholder: "请输入库位" } } },