tangning 4 mesi fa
parent
commit
bba02be0ed

+ 1 - 0
src/locales/lang/en/routes/dashboard.ts

@@ -11,4 +11,5 @@ export default {
   loglist: 'Operation Log',
   account: 'User',
   retailer: 'Reseller',
+  overview: 'User Overview',
 };

+ 1 - 1
src/views/account/details/data.ts

@@ -19,7 +19,7 @@ export interface ListItem {
 export const settingList = [
   {
     key: '1',
-    name: '用户概览',
+    name: t('routes.dashboard.overview'),
     component: 'Overview',
   },
   // {

+ 1 - 1
src/views/empower/index.vue

@@ -101,7 +101,7 @@
           ellipsis: true,
           slots: { customRender: 'copy' },
           dataIndex: 'authorizeKey',
-          width: 120,
+          width: 150,
         },
         {
           title: t('routes.empower.authorizeTime'),