From 08d4a420137b130e11c4566c3e5bb723eaf949ed Mon Sep 17 00:00:00 2001
From: memorylkf <312904636@qq.com>
Date: Mon, 13 Apr 2026 16:21:24 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=AD=A5=E9=AA=A4=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E5=AE=9A=E5=AE=B9=E6=AD=A5=E9=AA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Template/Step.vue | 3 +
src/components/Template/StepComponents/ry/dr.vue | 91 ++++++++++++++++++++++++
2 files changed, 94 insertions(+)
create mode 100644 src/components/Template/StepComponents/ry/dr.vue
diff --git a/src/components/Template/Step.vue b/src/components/Template/Step.vue
index 2401b1a..c933ee5 100644
--- a/src/components/Template/Step.vue
+++ b/src/components/Template/Step.vue
@@ -75,6 +75,7 @@ import Mj from "./StepComponents/ry/mj.vue";//溶液-灭菌
import Fs from "./StepComponents/ry/fs.vue";//溶液-复苏
import Fb from "./StepComponents/ry/fb.vue";//溶液-封板
import Zlfz from "./StepComponents/ry/zlfz.vue";//溶液-质量分装
+import dr from "./StepComponents/ry/dr.vue";//溶液-定容
//罗开凡新增
import kbyq from "./StepComponents/ry/kbyq.vue";//溶液-空白仪器
@@ -444,6 +445,7 @@ export default {
Fs,
Fb,
Zlfz,
+ dr,
//罗开凡新增
kbyq,
kbsjgsp,
@@ -644,6 +646,7 @@ export default {
'fs': 'Fs',
'fb': 'Fb',
'zlfz': 'Zlfz',
+ 'dr': 'dr',
//罗开凡新增
'kbyq': 'kbyq',
diff --git a/src/components/Template/StepComponents/ry/dr.vue b/src/components/Template/StepComponents/ry/dr.vue
new file mode 100644
index 0000000..96c6b49
--- /dev/null
+++ b/src/components/Template/StepComponents/ry/dr.vue
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
\ No newline at end of file