From 41b30609fea370b71d812854a57ae7863fd39c30 Mon Sep 17 00:00:00 2001 From: shizhongming Date: Fri, 1 Mar 2024 10:22:57 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E7=B3=BB=E7=BB=9F=E5=B7=A5=E5=85=B7-?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86):=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smart-system/views/system/SysSystemListView.config.ts | 2 +- .../smart-system/views/system/SysSystemListView.vue | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/modules/smart-system/views/system/SysSystemListView.config.ts b/src/modules/smart-system/views/system/SysSystemListView.config.ts index 159f4773a..3a031c08e 100644 --- a/src/modules/smart-system/views/system/SysSystemListView.config.ts +++ b/src/modules/smart-system/views/system/SysSystemListView.config.ts @@ -98,7 +98,7 @@ export const getFormSchemas = (t: Function): FormSchema[] => { { field: 'remark', label: t('common.table.remark'), - component: 'Input', + component: 'InputTextArea', }, { field: 'enterprise', diff --git a/src/modules/smart-system/views/system/SysSystemListView.vue b/src/modules/smart-system/views/system/SysSystemListView.vue index 595d47b92..1086d16f2 100644 --- a/src/modules/smart-system/views/system/SysSystemListView.vue +++ b/src/modules/smart-system/views/system/SysSystemListView.vue @@ -63,10 +63,17 @@ const [registerTable, { editByRowModal, deleteByRow }] = useSmartTable({ columns: getTableColumns(), height: 'auto', + stripe: true, useSearchForm: true, columnConfig: { resizable: true, }, + showOverflow: 'tooltip', + rowConfig: { + isHover: true, + isCurrent: true, + }, + border: true, pagerConfig: true, addEditConfig: { formConfig: {