From 373967063b9a5387b461de3f4dc4beb35fb5080a Mon Sep 17 00:00:00 2001 From: jiaohongtao Date: Mon, 14 Aug 2023 05:59:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=AD=A7=E4=B9=89?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiaohongtao --- src/views/system/dept/dept.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/dept/dept.data.ts b/src/views/system/dept/dept.data.ts index 3526bcef..dbd56847 100644 --- a/src/views/system/dept/dept.data.ts +++ b/src/views/system/dept/dept.data.ts @@ -105,7 +105,7 @@ export const formSchema: FormSchema[] = [ component: 'Input', }, { - label: '岗位顺序', + label: '显示顺序', field: 'sort', required: true, defaultValue: 0,