From ff77023946ed6b0b46fbea8d78bdc23712891aeb Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 21 十月 2025 10:24:39 +0800
Subject: [PATCH] 1.针对报工数量为零的做校验

---
 src/views/sopManager/sopDevice.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/sopManager/sopDevice.vue b/src/views/sopManager/sopDevice.vue
index 24bf012..00f854c 100644
--- a/src/views/sopManager/sopDevice.vue
+++ b/src/views/sopManager/sopDevice.vue
@@ -267,7 +267,7 @@
 import elDragDialog from '@/directive/el-drag-dialog'
 
 export default {
-  name: 'Zzjg',
+  name: 'SopDevice',
   components: {
     Pagination
   },

--
Gitblit v1.9.3