Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
c000aa6d
Commit
c000aa6d
authored
Feb 20, 2025
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求112 后台-多语言写入
parent
3ea15cb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dict.js
src/utils/dict.js
+1
-1
index.vue
src/views/ecw/consLanguageTemplate/index.vue
+1
-1
No files found.
src/utils/dict.js
View file @
c000aa6d
...
...
@@ -281,7 +281,7 @@ export const DICT_TYPE = {
ENABLE_STATUS
:
"
enable_status
"
,
//会员等级规则开启状态
MEMBER_USER_OPERATE_LOG
:
"
member_user_operate_log
"
,
//会员等级操作日志
// ========== 集运模块 ==========
C
RONS_BUSINESS_NODE
:
"
cr
ons_business_node
"
,
//集运业务节点
C
ONS_BUSINESS_NODE
:
"
c
ons_business_node
"
,
//集运业务节点
ECW_LANGUAGE_CODE
:
"
ecw_language_code
"
,
//语言编码
};
...
...
src/views/ecw/consLanguageTemplate/index.vue
View file @
c000aa6d
...
...
@@ -40,7 +40,7 @@
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
label=
"业务节点"
align=
"center"
prop=
"businessNode"
>
<template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.C
R
ONS_BUSINESS_NODE"
:value=
"scope.row.businessNode"
/>
<dict-tag
:type=
"DICT_TYPE.CONS_BUSINESS_NODE"
:value=
"scope.row.businessNode"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"表名"
align=
"center"
prop=
"tableName"
/>
...
...
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