| | |
| | | </div> |
| | | </template> |
| | | |
| | | <script setup name="Aps_plate_process_stat"> |
| | | <script setup name="ApsPlatePlanList"> |
| | | import { |
| | | listApsPlateProcessShopStat, |
| | | listApsPlateProcessShopStatUpdate, |
| | |
| | | import HxlhTable from "@/components/HxlhTable/index.vue"; |
| | | import { getToken } from "@/utils/auth"; |
| | | import { nextTick, onMounted, ref } from "vue"; |
| | | import { ElMessage } from "element-plus"; |
| | | // import { ElMessage } from "element-plus"; |
| | | import { useI18n } from "vue-i18n"; //要在js中使用国际化 |
| | | // import i18n from "@/utils/i18n"; |
| | | // const t = i18n.global.t |