xiehao1 11 mesi fa
parent
commit
f295047e34

+ 1 - 1
src/views/infra/demo/demo03/erp/index.vue

@@ -54,7 +54,7 @@
           @click="openForm('create')"
           @click="openForm('create')"
         >
         >
           <Icon class="mr-5px" icon="ep:plus" />
           <Icon class="mr-5px" icon="ep:plus" />
-          {{ t('common.common') }}
+          {{ t('common.add') }}
         </el-button>
         </el-button>
         <el-button
         <el-button
           v-hasPermi="['infra:demo03-student:export']"
           v-hasPermi="['infra:demo03-student:export']"

+ 3 - 3
src/views/mall/cashier/index.vue

@@ -76,9 +76,9 @@
               </div>
               </div>
               <div class="options">
               <div class="options">
                 <div style="width:300px;margin-top:10px">
                 <div style="width:300px;margin-top:10px">
-                <el-button type="primary" round @click="hangOff()">>{{t('mall.orderPickup')}}</el-button>
-                <el-button type="warning" round @click="hangUp()">>{{t('mall.pendingOrders')}}</el-button>
-                <el-button type="danger" round @click="doSettlement()">>{{t('mall.settleMattersSubmit')}}</el-button>
+                <el-button type="primary" round @click="hangOff()">{{t('mall.orderPickup')}}</el-button>
+                <el-button type="warning" round @click="hangUp()">{{t('mall.pendingOrders')}}</el-button>
+                <el-button type="danger" round @click="doSettlement()">{{t('mall.settleMattersSubmit')}}</el-button>
                 </div>
                 </div>
               </div>
               </div>
             </div>
             </div>

+ 2 - 2
src/views/system/dict/index.vue

@@ -68,7 +68,7 @@
           @click="openForm('create')"
           @click="openForm('create')"
         >
         >
           <Icon class="mr-5px" icon="ep:plus" />
           <Icon class="mr-5px" icon="ep:plus" />
-          {{ t('common.common') }}
+          {{ t('common.add') }}
         </el-button>
         </el-button>
         <el-button
         <el-button
           v-hasPermi="['system:dict:export']"
           v-hasPermi="['system:dict:export']"
@@ -114,7 +114,7 @@
             {{t('public.update')}}
             {{t('public.update')}}
           </el-button>
           </el-button>
           <router-link :to="'/dict/type/data/' + scope.row.type">
           <router-link :to="'/dict/type/data/' + scope.row.type">
-            <el-button link type="primary">数据</el-button>
+            <el-button link type="primary">{{t('system.data')}}</el-button>
           </router-link>
           </router-link>
           <el-button
           <el-button
             v-hasPermi="['system:dict:delete']"
             v-hasPermi="['system:dict:delete']"

+ 1 - 1
src/views/system/mail/template/index.vue

@@ -35,7 +35,7 @@
           @click="openSendForm(row.id)"
           @click="openSendForm(row.id)"
           v-hasPermi="['system:mail-template:send-mail']"
           v-hasPermi="['system:mail-template:send-mail']"
         >
         >
-          测试
+        {{t('system.test')}}
         </el-button>
         </el-button>
         <el-button
         <el-button
           link
           link

+ 1 - 1
src/views/system/menu/index.vue

@@ -48,7 +48,7 @@
           @click="openForm('create')"
           @click="openForm('create')"
         >
         >
           <Icon class="mr-5px" icon="ep:plus" />
           <Icon class="mr-5px" icon="ep:plus" />
-          {{ t('common.common') }}
+          {{ t('common.add') }}
         </el-button>
         </el-button>
         <el-button plain type="danger" @click="toggleExpandAll">
         <el-button plain type="danger" @click="toggleExpandAll">
           <Icon class="mr-5px" icon="ep:sort" />
           <Icon class="mr-5px" icon="ep:sort" />

+ 1 - 1
src/views/system/notify/template/index.vue

@@ -61,7 +61,7 @@
           @click="openForm('create')"
           @click="openForm('create')"
           v-hasPermi="['system:notify-template:create']"
           v-hasPermi="['system:notify-template:create']"
         >
         >
-          <Icon icon="ep:plus" class="mr-5px" />{{ t('common.common') }}
+          <Icon icon="ep:plus" class="mr-5px" />{{ t('common.add') }}
         </el-button>
         </el-button>
       </el-form-item>
       </el-form-item>
     </el-form>
     </el-form>

+ 1 - 1
src/views/system/role/index.vue

@@ -63,7 +63,7 @@
           @click="openForm('create')"
           @click="openForm('create')"
         >
         >
           <Icon class="mr-5px" icon="ep:plus" />
           <Icon class="mr-5px" icon="ep:plus" />
-          {{ t('common.common') }}
+          {{ t('common.add') }}
         </el-button>
         </el-button>
         <el-button
         <el-button
           v-hasPermi="['system:role:export']"
           v-hasPermi="['system:role:export']"

+ 1 - 1
src/views/system/sms/template/index.vue

@@ -94,7 +94,7 @@
           @click="openForm('create')"
           @click="openForm('create')"
           v-hasPermi="['system:sms-template:create']"
           v-hasPermi="['system:sms-template:create']"
         >
         >
-          <Icon icon="ep:plus" class="mr-5px" />{{ t('common.common') }}
+          <Icon icon="ep:plus" class="mr-5px" />{{ t('common.add') }}
         </el-button>
         </el-button>
         <el-button
         <el-button
           type="success"
           type="success"

+ 1 - 1
src/views/system/social/client/index.vue

@@ -82,7 +82,7 @@
           @click="openForm('create')"
           @click="openForm('create')"
         >
         >
           <Icon class="mr-5px" icon="ep:plus" />
           <Icon class="mr-5px" icon="ep:plus" />
-          {{ t('common.common') }}
+          {{ t('common.add') }}
         </el-button>
         </el-button>
       </el-form-item>
       </el-form-item>
     </el-form>
     </el-form>

+ 1 - 1
src/views/system/tenant/index.vue

@@ -78,7 +78,7 @@
           v-hasPermi="['system:tenant:create']"
           v-hasPermi="['system:tenant:create']"
         >
         >
           <Icon icon="ep:plus" class="mr-5px" />
           <Icon icon="ep:plus" class="mr-5px" />
-          {{ t('common.common') }}
+          {{ t('common.add') }}
         </el-button>
         </el-button>
         <el-button
         <el-button
           type="success"
           type="success"

+ 1 - 1
src/views/system/tenantPackage/index.vue

@@ -47,7 +47,7 @@
           v-hasPermi="['system:tenant-package:create']"
           v-hasPermi="['system:tenant-package:create']"
         >
         >
           <Icon icon="ep:plus" class="mr-5px" />
           <Icon icon="ep:plus" class="mr-5px" />
-          {{ t('common.common') }}
+          {{ t('common.add') }}
         </el-button>
         </el-button>
       </el-form-item>
       </el-form-item>
     </el-form>
     </el-form>