Commit c000aa6d authored by honghy's avatar honghy

需求112 后台-多语言写入

parent 3ea15cb3
...@@ -281,7 +281,7 @@ export const DICT_TYPE = { ...@@ -281,7 +281,7 @@ export const DICT_TYPE = {
ENABLE_STATUS: "enable_status", //会员等级规则开启状态 ENABLE_STATUS: "enable_status", //会员等级规则开启状态
MEMBER_USER_OPERATE_LOG: "member_user_operate_log", //会员等级操作日志 MEMBER_USER_OPERATE_LOG: "member_user_operate_log", //会员等级操作日志
// ========== 集运模块 ========== // ========== 集运模块 ==========
CRONS_BUSINESS_NODE: "crons_business_node",//集运业务节点 CONS_BUSINESS_NODE: "cons_business_node",//集运业务节点
ECW_LANGUAGE_CODE: "ecw_language_code",//语言编码 ECW_LANGUAGE_CODE: "ecw_language_code",//语言编码
}; };
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<el-table v-loading="loading" :data="list"> <el-table v-loading="loading" :data="list">
<el-table-column label="业务节点" align="center" prop="businessNode"> <el-table-column label="业务节点" align="center" prop="businessNode">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag :type="DICT_TYPE.CRONS_BUSINESS_NODE" :value="scope.row.businessNode" /> <dict-tag :type="DICT_TYPE.CONS_BUSINESS_NODE" :value="scope.row.businessNode" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="表名" align="center" prop="tableName" /> <el-table-column label="表名" align="center" prop="tableName" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment