From 484b350623c7fafdc26d4be533365f30d4ef4799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Fri, 16 May 2025 16:16:58 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-1037]=20=E8=AE=BE=E7=BD=AE=20=20=20=20=20?= =?UTF-8?q?table:=20{=20=20=20=20=20=20=20width:=20180,=20=20=20=20=20=20?= =?UTF-8?q?=20fixed:=20'left'=20=20=20=20=20},=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eam/basic/accountPeriod/accountPeriod.data.ts | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/views/eam/basic/accountPeriod/accountPeriod.data.ts b/src/views/eam/basic/accountPeriod/accountPeriod.data.ts index 0e25193..935a245 100644 --- a/src/views/eam/basic/accountPeriod/accountPeriod.data.ts +++ b/src/views/eam/basic/accountPeriod/accountPeriod.data.ts @@ -10,18 +10,15 @@ export const AccountPeriodRules = reactive({ }) export const AccountPeriod = useCrudSchemas(reactive([ - { - label: 'id', - field: 'id', - sort: 'custom', - isTable: false, - isForm: false, - }, { label: '账期年', field: 'year', sort: 'custom', isSearch: true, + table: { + width: 180, + fixed: 'left' + }, }, { label: '账期月',