-
+
+
+
-
1 硝酸
+
{{ index + 1 }} {{ corros.name }}
@@ -11,60 +11,126 @@
-
300ml
+
{{ corros.ml }}
- 300ml
-
-
-
-
-
-
-
-
1 硝酸
-
![]()
-
-
-
-
-
- 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/AddWaste.vue b/src/views/graphite/components/AddLiquid.vue
similarity index 100%
rename from src/views/graphite/components/AddWaste.vue
rename to src/views/graphite/components/AddLiquid.vue
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 @@
+
+
+
+
+
+
+
\ 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 @@