gemercheung 1 년 전
부모
커밋
580510a459
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/qjkankan-editor/src/pages/Edit.vue

+ 1 - 1
packages/qjkankan-editor/src/pages/Edit.vue

@@ -45,7 +45,7 @@ export default {
     }
     if (calcStatus === 0) {
       this.$alert({
-        content: this.$i18n.t('common.calcing'),
+        content: this.$i18n.t('material.works.calcing'),
       });
       return
     }