产线管理

This commit is contained in:
zc
2026-06-18 14:26:55 +08:00
parent ee01b284ee
commit 71cf559a19
41 changed files with 2865 additions and 31 deletions

View File

@@ -15,12 +15,12 @@
<script setup lang="ts">
import { useWindowSize } from '@vueuse/core'
import { type ${classNamePrefix}DetailResp, get${classNamePrefix} as getDetail } from '@/apis/${apiModuleName}/${apiName}'
import { type ${classNamePrefix}Resp, get${classNamePrefix} as getDetail } from '@/apis/${apiModuleName}/${apiName}'
const { width } = useWindowSize()
const dataId = ref('')
const dataDetail = ref<${classNamePrefix}DetailResp>()
const dataDetail = ref<${classNamePrefix}Resp>()
const visible = ref(false)
// 查询详情