Browse Source

fix: i18n

double 5 years ago
parent
commit
3b28c85698
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/user/index.vue

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

@@ -71,7 +71,7 @@
     </el-main>
 
     <el-dialog
-      :title="dialogStatus==='create'?$t('common.New'):'Edit'"
+      :title="dialogStatus==='create'?$t('common.create'):$t('common.update')"
       :visible.sync="dialogVisible"
       width="50%"
       @close="dialogClose"