曹睿
2025-04-18 17dc21ed72f1dccb931fe4be95de2333818c70ab
fix: 路径修复完成
已修改1个文件
2 ■■■ 文件已修改
src/pages/production/wire/receive/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/wire/receive/index.vue
@@ -28,7 +28,7 @@
<script setup lang="ts">
import CardTitle from "@/components/card-title/index.vue";
import ProductionCard from "../components/ProductionCard.vue";
import ProductionCard from "../../components/ProductionCard.vue";
import { useToast } from "wot-design-uni";
import ReceiveForm from "./form.vue";