diff --git a/src/views/base/profile/PasswordModal.vue b/src/views/base/profile/PasswordModal.vue
index 6f93b4a..64293fa 100644
--- a/src/views/base/profile/PasswordModal.vue
+++ b/src/views/base/profile/PasswordModal.vue
@@ -15,7 +15,7 @@ const emit = defineEmits(['success', 'register'])
const title = ref('修改密码')
const [registerForm, { resetFields, validate }] = useForm({
- labelWidth: 100,
+ labelWidth: 120,
baseColProps: { span: 24 },
schemas: passwordSchema,
showActionButtonGroup: false,
diff --git a/src/views/infra/apiAccessLog/index.vue b/src/views/infra/apiAccessLog/index.vue
index 4daad82..0710247 100644
--- a/src/views/infra/apiAccessLog/index.vue
+++ b/src/views/infra/apiAccessLog/index.vue
@@ -2,7 +2,9 @@
- {{ t('action.export') }}
+
+ {{ t('action.export') }}
+
@@ -11,6 +13,7 @@
import { useI18n } from '@/hooks/web/useI18n'
import { useMessage } from '@/hooks/web/useMessage'
import { BasicTable, useTable } from '@/components/Table'
+import { IconEnum } from '@/enums/appEnum'
import { getApiAccessLogPage, exportApiAccessLog, ApiAccessLogExportReqVO } from '@/api/infra/apiAccessLog'
import { columns, searchFormSchema } from './apiAccessLog.data'
@@ -20,10 +23,7 @@ const [registerTable, { getForm }] = useTable({
title: '访问日志列表',
api: getApiAccessLogPage,
columns,
- formConfig: {
- labelWidth: 120,
- schemas: searchFormSchema
- },
+ formConfig: { labelWidth: 120, schemas: searchFormSchema },
useSearchForm: true,
showTableSetting: true,
showIndexColumn: false
diff --git a/src/views/infra/apiErrorLog/index.vue b/src/views/infra/apiErrorLog/index.vue
index 3c73334..46e6c90 100644
--- a/src/views/infra/apiErrorLog/index.vue
+++ b/src/views/infra/apiErrorLog/index.vue
@@ -2,7 +2,9 @@
- {{ t('action.export') }}
+
+ {{ t('action.export') }}
+
@@ -11,12 +13,14 @@
{
icon: IconEnum.EDIT,
label: '已处理',
+ auth: 'infra:api-error-log:update-status',
ifShow: () => record.processStatus === InfraApiErrorLogProcessStatusEnum.INIT,
onClick: handleProcessClick.bind(null, record, InfraApiErrorLogProcessStatusEnum.DONE, '已处理')
},
{
icon: IconEnum.EDIT,
label: '已忽略',
+ auth: 'infra:api-error-log:update-status',
ifShow: () => record.processStatus === InfraApiErrorLogProcessStatusEnum.INIT,
onClick: handleProcessClick.bind(null, record, InfraApiErrorLogProcessStatusEnum.IGNORE, '已忽略')
}
@@ -42,10 +46,7 @@ const [registerTable, { getForm, reload }] = useTable({
title: '异常日志列表',
api: getApiErrorLogPage,
columns,
- formConfig: {
- labelWidth: 120,
- schemas: searchFormSchema
- },
+ formConfig: { labelWidth: 120, schemas: searchFormSchema },
useSearchForm: true,
showTableSetting: true,
showIndexColumn: false,
diff --git a/src/views/infra/codegen/index.vue b/src/views/infra/codegen/index.vue
index 9989ffb..0887a72 100644
--- a/src/views/infra/codegen/index.vue
+++ b/src/views/infra/codegen/index.vue
@@ -2,18 +2,21 @@
- {{ t('action.import') }}
+
+ {{ t('action.import') }}
+
- {{ t('action.create') }}
- {{ t('action.export') }}
+
+ {{ t('action.create') }}
+
+
+ {{ t('action.export') }}
+
- {{ t('action.create') }}
+
+ {{ t('action.create') }}
+
- {{ t('action.create') }}
+
+ {{ t('action.create') }}
+
- {{ t('action.create') }}
- {{ t('action.export') }}
+
+ {{ t('action.create') }}
+
+
+ {{ t('action.export') }}
+
- {{ t('action.create') }}
+
+ {{ t('action.create') }}
+
- {{ t('action.create') }}
+
+ {{ t('action.create') }}
+
{{ t('component.tree.expandAll') }}
{{ t('component.tree.unExpandAll') }}
@@ -10,11 +12,12 @@
- {{ t('action.create') }}
+
+ {{ t('action.create') }}
+
- {{ t('action.create') }}
+
+ {{ t('action.create') }}
+
- {{ t('action.create') }}
+
+ {{ t('action.create') }}
+
- {{ t('action.create') }}
- {{ t('action.export') }}
+
+ {{ t('action.create') }}
+
+
+ {{ t('action.export') }}
+
- {{ t('action.create') }}
- {{ t('action.export') }}
+
+ {{ t('action.create') }}
+
+
+ {{ t('action.export') }}
+
- {{ t('action.create') }}
+
+ {{ t('action.create') }}
+
- {{ t('action.export') }}
+
+ {{ t('action.export') }}
+