diff --git a/web_ui/src/components/ConfigPanel.vue b/web_ui/src/components/ConfigPanel.vue index 7607fed..5426f09 100644 --- a/web_ui/src/components/ConfigPanel.vue +++ b/web_ui/src/components/ConfigPanel.vue @@ -6,7 +6,7 @@
- {{ getBackendDescription(config.backend) }} + {{ getBackendDescription(draftConfig.backend) }}
@@ -41,7 +41,7 @@ class="form-item" > @@ -57,7 +57,7 @@ - + {{ $t('config.tableEnable') }}
@@ -67,11 +67,11 @@ - - {{ getFormulaLabel(config.backend) }} + + {{ getFormulaLabel(draftConfig.backend) }}
- {{ getFormulaInfo(config.backend) }} + {{ getFormulaInfo(draftConfig.backend) }}
@@ -81,7 +81,7 @@ - + - + {{ $t('config.forceOcr') }}
@@ -104,12 +104,17 @@
+
+ 重置 + 确认 +