| | |
| | | <!-- <div class="box_container"> --> |
| | | <el-row> |
| | | <el-col :span="12" style="margin-bottom: 10px"> |
| | | <el-button v-if="!clickedTableRefGas" class="title_btn" plain type="default" @click="editRowEventGas">{{ |
| | | <el-button v-if="!clickedTableRefGas" class="title_btn" type="primary" @click="editRowEventGas">{{ |
| | | $t("common.common.edit") |
| | | }}</el-button> |
| | | <el-button |
| | |
| | | // import { ElMessage } from "element-plus"; |
| | | import { listGasPlan, getGasPlanSave } from "@/api/mainPlan/gasPlanning"; |
| | | import { useI18n } from "vue-i18n"; //要在js中使用国际化 |
| | | const height = ref(document.documentElement.clientHeight - 210 + "px;"); |
| | | const height = ref(document.documentElement.clientHeight - 220 + "px;"); |
| | | const { t, locale } = useI18n(); |
| | | const { proxy } = getCurrentInstance(); |
| | | const { aps_factory } = proxy.useDict("aps_factory"); |