+
+
+
\ No newline at end of file
diff --git a/src/views/components/Header.vue b/src/views/components/Header.vue
index 03b723d..68d43cd 100644
--- a/src/views/components/Header.vue
+++ b/src/views/components/Header.vue
@@ -1,111 +1,67 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/views/addLiquid/index.vue b/src/views/addLiquid/index.vue
index 4277e9d..85c2f70 100644
--- a/src/views/addLiquid/index.vue
+++ b/src/views/addLiquid/index.vue
@@ -1,9 +1,9 @@
-
-
-
+
+
+
-
1 硝酸
+
{{ index + 1 }} {{ corros.name }}
@@ -11,60 +11,126 @@
-
300ml
+
{{ corros.ml }}
- 300ml
-
-
-
-
-
-
-
-
1 硝酸
-
-
-
-
-
-
-
-
300ml
-
-
- 300ml
+ {{ `${corros.ml}/${corros.totalMl}` }}
+
\ No newline at end of file
diff --git a/src/views/components/chooseAcidDlg.vue b/src/views/components/chooseAcidDlg.vue
new file mode 100644
index 0000000..cf6b059
--- /dev/null
+++ b/src/views/components/chooseAcidDlg.vue
@@ -0,0 +1,73 @@
+
+
+
+
液体选择
+
+
+
+
+ 确定
+ 取消
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/graphite/components/AddLiquid.vue b/src/views/graphite/components/AddLiquid.vue
new file mode 100644
index 0000000..00c696a
--- /dev/null
+++ b/src/views/graphite/components/AddLiquid.vue
@@ -0,0 +1,173 @@
+
+
+
+
添加溶液
+
+
+
+
+
+
+
300ml
+
+
+
硫酸
+
+
+
+
+
+
+ 请输入添加值
+
+
+
+
+
+
ml
+
+
+
+ 加酸
+
+
+
硫酸已添加100ml
+
+
+
+
+ 确认添加
+ 取消添加
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/graphite/components/AddWaste.vue b/src/views/graphite/components/AddWaste.vue
deleted file mode 100644
index 00c696a..0000000
--- a/src/views/graphite/components/AddWaste.vue
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
添加溶液
-
-
-
-
-
-
-
300ml
-
-
-
硫酸
-
-
-
-
-
-
- 请输入添加值
-
-
-
-
-
-
ml
-
-
-
- 加酸
-
-
-
硫酸已添加100ml
-
-
-
-
- 确认添加
- 取消添加
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/graphite/components/CarfList.vue b/src/views/graphite/components/CarfList.vue
new file mode 100644
index 0000000..c99e26f
--- /dev/null
+++ b/src/views/graphite/components/CarfList.vue
@@ -0,0 +1,101 @@
+
+
+
选择工艺
+
+
工艺名称
+
+
{{ item.name }}
+
+
+
+ 确定
+ 取消
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/graphite/components/HeatPosition.vue b/src/views/graphite/components/HeatPosition.vue
index 7b7099a..1f52ec3 100644
--- a/src/views/graphite/components/HeatPosition.vue
+++ b/src/views/graphite/components/HeatPosition.vue
@@ -62,8 +62,6 @@
formulaVisible.value = true;
formulaList.value = [{ text: '硫酸', value: '1' }]
formulaList.value.push({ text: '硫酸', value: '1' })
- console.log('----------选择配方-----------')
-
}
const onConfirmFormula = (value:any) => {
diff --git a/src/views/graphite/components/index.ts b/src/views/graphite/components/index.ts
index 6874727..6a67c69 100644
--- a/src/views/graphite/components/index.ts
+++ b/src/views/graphite/components/index.ts
@@ -1,4 +1,4 @@
export {default as HeatPosition} from './HeatPosition.vue'
export {default as TakePickture} from './TakePickture.vue'
-export { default as AddWaste} from './AddWaste.vue'
+export { default as AddLiquid} from './AddLiquid.vue'
diff --git a/src/views/graphite/index.vue b/src/views/graphite/index.vue
index b2e4279..0222997 100644
--- a/src/views/graphite/index.vue
+++ b/src/views/graphite/index.vue
@@ -21,15 +21,15 @@
- 选择配方
+ 选择工艺
- 执行配方
+ 执行工艺
- 添加溶液
+ 添加溶液摇匀
@@ -57,25 +57,38 @@
-
+
-
-
+
+
+
+
+
+
\ No newline at end of file
From 5dcb8f6a095ab2e60cb0fb9eeb2e758eed48a76f Mon Sep 17 00:00:00 2001
From: LiLongLong <13717757313@163.com>
Date: Wed, 12 Feb 2025 14:30:53 +0800
Subject: [PATCH 7/7] rebase master
---
src/assets/pwdw_icon.svg | 1 +
src/assets/user_icon.svg | 1 +
src/views/Test.vue | 1 -
src/views/components/Footer.vue | 10 ++--
src/views/login/index.vue | 129 ++++++++++++++++++++++++++++++++++++++--
src/views/login/login.css | 60 -------------------
6 files changed, 131 insertions(+), 71 deletions(-)
create mode 100644 src/assets/pwdw_icon.svg
create mode 100644 src/assets/user_icon.svg
delete mode 100644 src/views/login/login.css
diff --git a/src/assets/pwdw_icon.svg b/src/assets/pwdw_icon.svg
new file mode 100644
index 0000000..64b733d
--- /dev/null
+++ b/src/assets/pwdw_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/user_icon.svg b/src/assets/user_icon.svg
new file mode 100644
index 0000000..222f061
--- /dev/null
+++ b/src/assets/user_icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/views/Test.vue b/src/views/Test.vue
index 9426ed6..7229806 100644
--- a/src/views/Test.vue
+++ b/src/views/Test.vue
@@ -26,7 +26,6 @@
const onReturn = () => {
menuId.value = 0
- eventBus.emit("menuId", 0)
router.go(-1)
}
diff --git a/src/views/components/Footer.vue b/src/views/components/Footer.vue
index 2823ef5..0382605 100644
--- a/src/views/components/Footer.vue
+++ b/src/views/components/Footer.vue
@@ -2,7 +2,7 @@