Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
283a9d05
authored
Apr 04, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【新增】system user 和 role 接入新操作日志
parent
c01571d1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/utils/dict.ts
+1
-1
src/views/infra/apiAccessLog/ApiAccessLogDetail.vue
+1
-1
src/views/infra/apiAccessLog/index.vue
+1
-1
No files found.
src/utils/dict.ts
View file @
283a9d05
...
@@ -111,7 +111,6 @@ export enum DICT_TYPE {
...
@@ -111,7 +111,6 @@ export enum DICT_TYPE {
SYSTEM_ROLE_TYPE
=
'system_role_type'
,
SYSTEM_ROLE_TYPE
=
'system_role_type'
,
SYSTEM_DATA_SCOPE
=
'system_data_scope'
,
SYSTEM_DATA_SCOPE
=
'system_data_scope'
,
SYSTEM_NOTICE_TYPE
=
'system_notice_type'
,
SYSTEM_NOTICE_TYPE
=
'system_notice_type'
,
SYSTEM_OPERATE_TYPE
=
'system_operate_type'
,
SYSTEM_LOGIN_TYPE
=
'system_login_type'
,
SYSTEM_LOGIN_TYPE
=
'system_login_type'
,
SYSTEM_LOGIN_RESULT
=
'system_login_result'
,
SYSTEM_LOGIN_RESULT
=
'system_login_result'
,
SYSTEM_SMS_CHANNEL_CODE
=
'system_sms_channel_code'
,
SYSTEM_SMS_CHANNEL_CODE
=
'system_sms_channel_code'
,
...
@@ -134,6 +133,7 @@ export enum DICT_TYPE {
...
@@ -134,6 +133,7 @@ export enum DICT_TYPE {
INFRA_CODEGEN_FRONT_TYPE
=
'infra_codegen_front_type'
,
INFRA_CODEGEN_FRONT_TYPE
=
'infra_codegen_front_type'
,
INFRA_CODEGEN_SCENE
=
'infra_codegen_scene'
,
INFRA_CODEGEN_SCENE
=
'infra_codegen_scene'
,
INFRA_FILE_STORAGE
=
'infra_file_storage'
,
INFRA_FILE_STORAGE
=
'infra_file_storage'
,
INFRA_OPERATE_TYPE
=
'infra_operate_type'
,
// ========== BPM 模块 ==========
// ========== BPM 模块 ==========
BPM_MODEL_FORM_TYPE
=
'bpm_model_form_type'
,
BPM_MODEL_FORM_TYPE
=
'bpm_model_form_type'
,
...
...
src/views/infra/apiAccessLog/ApiAccessLogDetail.vue
View file @
283a9d05
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
{{
detailData
.
operateName
}}
{{
detailData
.
operateName
}}
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
label=
"操作名"
>
<el-descriptions-item
label=
"操作名"
>
<dict-tag
:type=
"DICT_TYPE.
SYSTEM
_OPERATE_TYPE"
:value=
"detailData.operateType"
/>
<dict-tag
:type=
"DICT_TYPE.
INFRA
_OPERATE_TYPE"
:value=
"detailData.operateType"
/>
</el-descriptions-item>
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
</Dialog>
</Dialog>
...
...
src/views/infra/apiAccessLog/index.vue
View file @
283a9d05
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<el-table-column
label=
"操作名"
align=
"center"
prop=
"operateName"
width=
"180"
/>
<el-table-column
label=
"操作名"
align=
"center"
prop=
"operateName"
width=
"180"
/>
<el-table-column
label=
"操作类型"
align=
"center"
prop=
"operateType"
>
<el-table-column
label=
"操作类型"
align=
"center"
prop=
"operateType"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.
SYSTEM
_OPERATE_TYPE"
:value=
"scope.row.operateType"
/>
<dict-tag
:type=
"DICT_TYPE.
INFRA
_OPERATE_TYPE"
:value=
"scope.row.operateType"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
fixed=
"right"
width=
"60"
>
<el-table-column
label=
"操作"
align=
"center"
fixed=
"right"
width=
"60"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment