wangggziwen 2 жил өмнө
parent
commit
58f8ac83ef

+ 3 - 3
ui/src/views/production/daily/index.vue

@@ -18,7 +18,7 @@
           size="mini"
           @click="handleUpdate"
           v-hasPermi="['production:report:edit']"
-        >{{ $t('编辑') }}</el-button>
+        >编辑</el-button>
       </el-form-item>
       <el-form-item>
         <el-button
@@ -28,7 +28,7 @@
           size="mini"
           @click="handleConfirmUpdate"
           v-hasPermi="['production:report:edit']"
-        >{{ $t('保存') }}</el-button>
+        >保存</el-button>
       </el-form-item>
       <el-form-item>
         <el-button
@@ -38,7 +38,7 @@
           size="mini"
           @click="handleCancelUpdate"
           v-hasPermi="['production:report:edit']"
-        >{{ $t('取消') }}</el-button>
+        >取消</el-button>
       </el-form-item>
       <el-form-item>
         <el-button