From 47e18c4dd34d7d8b0dc60e8e1177cc7dff36f4e6 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 22 八月 2023 18:33:40 +0800
Subject: [PATCH] 大屏

---
 screen_standard/src/stores/counter.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/screen_standard/src/stores/counter.js b/screen_standard/src/stores/counter.js
index 0dcf1b8..c7d8590 100644
--- a/screen_standard/src/stores/counter.js
+++ b/screen_standard/src/stores/counter.js
@@ -11,7 +11,8 @@
       deviceNum: 0, // 浠婃棩鐢熶骇璁惧鏁�
       ingNum: 0, // 鎵ц涓鍒掓暟
       prouserNum: 0, // 浠婃棩鐢熶骇浜烘暟
-      unqualifiedRate: 0 // 浠婃棩涓嶈壇鍝佺巼
+      unqualifiedRate: 0, // 浠婃棩涓嶈壇鍝佺巼
+      procedureName: '' // 宸ュ簭鍚嶇О
     };
   },
 
@@ -32,6 +33,9 @@
       this.ingNum = num.ingNum
       this.prouserNum = num.prouserNum
       this.unqualifiedRate = num.unqualifiedRate
+    },
+    setProcedureName(title) {
+      this.procedureName = title
     }
   }
 

--
Gitblit v1.9.3