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: {