'新增页面'

This commit is contained in:
esacpe
2025-09-22 18:11:34 +08:00
parent 1c0f313d9e
commit 811fd41070
11 changed files with 80 additions and 53 deletions

View File

@ -40,7 +40,6 @@ import DetailForm from "./components/detailForm.vue";
import Pxgs from "./components/pxgs.vue";
import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js";
import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue";
import { el } from "element-plus/es/locale.mjs";
const { proxy } = getCurrentInstance();
const activeTab = ref(2)
const detailDiloag = ref();
@ -153,4 +152,4 @@ const tabHeightFn = () => {
.el-loading-mask {
background: rgba(0, 0, 0, 0.5) !important;
}
</style>
</style>