From 7f7f2ed6cc332d82260077a2e13920569dcc9632 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 30 三月 2026 09:42:29 +0800
Subject: [PATCH] fix(productionReporting): 修复生产数量输入框类型和验证
---
src/components/ImageUpload/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue
index 9670c72..771f457 100644
--- a/src/components/ImageUpload/index.vue
+++ b/src/components/ImageUpload/index.vue
@@ -47,6 +47,8 @@
</template>
<script setup>
+import { ref, computed, watch, getCurrentInstance, onMounted, nextTick } from "vue";
+import { Plus } from "@element-plus/icons-vue";
import { getToken } from "@/utils/auth";
import { isExternal } from "@/utils/validate";
import Sortable from "sortablejs";
--
Gitblit v1.9.3