From 7b41646c42bcf89b8959a960add6d8ddc11bf625 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 09 五月 2026 16:41:57 +0800
Subject: [PATCH] fix: 设备运行时长应该是一直再走的一个时间,而不是点停止之后出来时间

---
 src/components/AttachmentUpload/file/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/AttachmentUpload/file/index.vue b/src/components/AttachmentUpload/file/index.vue
index b68bd4f..1e4508c 100644
--- a/src/components/AttachmentUpload/file/index.vue
+++ b/src/components/AttachmentUpload/file/index.vue
@@ -17,7 +17,7 @@
   },
   limit: {
     type: Number,
-    default: 20,
+    default: 10,
   },
   fileSize: {
     type: Number,

--
Gitblit v1.9.3