src/views/mainPlan/gasPlanning/index.vue
@@ -515,7 +515,7 @@ </div> </template> <script setup name="gasPlanning"> import { ElMessage } from "element-plus"; // import { ElMessage } from "element-plus"; import { listGasPlan, getGasPlanSave } from "@/api/mainPlan/gasPlanning"; const height = ref(document.documentElement.clientHeight - 400 + "px;"); import { useI18n } from "vue-i18n"; //要在js中使用国际化