File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ export enum DICT_TYPE {
111
111
SYSTEM_ROLE_TYPE = 'system_role_type' ,
112
112
SYSTEM_DATA_SCOPE = 'system_data_scope' ,
113
113
SYSTEM_NOTICE_TYPE = 'system_notice_type' ,
114
- SYSTEM_OPERATE_TYPE = 'system_operate_type' ,
115
114
SYSTEM_LOGIN_TYPE = 'system_login_type' ,
116
115
SYSTEM_LOGIN_RESULT = 'system_login_result' ,
117
116
SYSTEM_SMS_CHANNEL_CODE = 'system_sms_channel_code' ,
@@ -134,6 +133,7 @@ export enum DICT_TYPE {
134
133
INFRA_CODEGEN_FRONT_TYPE = 'infra_codegen_front_type' ,
135
134
INFRA_CODEGEN_SCENE = 'infra_codegen_scene' ,
136
135
INFRA_FILE_STORAGE = 'infra_file_storage' ,
136
+ INFRA_OPERATE_TYPE = 'infra_operate_type' ,
137
137
138
138
// ========== BPM 模块 ==========
139
139
BPM_MODEL_FORM_TYPE = 'bpm_model_form_type' ,
Original file line number Diff line number Diff line change 46
46
{{ detailData.operateName }}
47
47
</el-descriptions-item >
48
48
<el-descriptions-item label =" 操作名" >
49
- <dict-tag :type =" DICT_TYPE.SYSTEM_OPERATE_TYPE " :value =" detailData.operateType" />
49
+ <dict-tag :type =" DICT_TYPE.INFRA_OPERATE_TYPE " :value =" detailData.operateType" />
50
50
</el-descriptions-item >
51
51
</el-descriptions >
52
52
</Dialog >
Original file line number Diff line number Diff line change 118
118
<el-table-column label =" 操作名" align =" center" prop =" operateName" width =" 180" />
119
119
<el-table-column label =" 操作类型" align =" center" prop =" operateType" >
120
120
<template #default =" scope " >
121
- <dict-tag :type =" DICT_TYPE.SYSTEM_OPERATE_TYPE " :value =" scope.row.operateType" />
121
+ <dict-tag :type =" DICT_TYPE.INFRA_OPERATE_TYPE " :value =" scope.row.operateType" />
122
122
</template >
123
123
</el-table-column >
124
124
<el-table-column label =" 操作" align =" center" fixed =" right" width =" 60" >
You can’t perform that action at this time.
0 commit comments