Browse Source

fix-英文权限设置炸了

cxmo 1 year ago
parent
commit
d7e9d9606b

+ 2 - 0
src/lang/modules/systemManage/EnAuthSet.js

@@ -12,6 +12,7 @@ export const EnAuthSetEn = {
     opt_text02:'English Research Report Administrator',
     opt_text03:'English PPT Administrator',
     opt_text04:'Daily News Administrator',
+    opt_text05:'海外客户管理员'
 };
   
 /* 中文 */
@@ -24,6 +25,7 @@ export const EnAuthSetZh = {
     opt_text02:'英文研报管理员',
     opt_text03:'英文PPT管理员',
     opt_text04:'每日资讯管理员',
+    opt_text05:'海外客户管理员'
 };
   
 /**

+ 5 - 1
src/views/system_manage/enAuthManage.vue

@@ -183,7 +183,11 @@ export default {
         },{
           code:'english_day_new_admin',
           label: this.$t('SystemManage.EnAuthSet.opt_text04')
-        }
+        },
+        {
+          code:'overseas_custorm',
+          label: this.$t('SystemManage.EnAuthSet.opt_text05')
+        },
       ]
     }
   },