From eed5964f0203351034656d7a13b1f8131ff8f684 Mon Sep 17 00:00:00 2001 From: shefengchun <1077478963@qq.com> Date: Tue, 14 Mar 2023 10:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=BC=80=E6=98=AF=E5=90=A6=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E8=9E=8D=E5=90=88=E5=8F=82=E6=95=B0=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=BD=91=E6=A0=BC=20=E4=BF=AE=E6=94=B9=E7=AE=AD?= =?UTF-8?q?=E5=A4=B4=E5=A4=A7=E5=B0=8F=20=E4=B8=BA=E5=B9=B3=E6=9D=BF?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=9E=8D=E5=90=88=E5=B8=A6=E4=BC=BD=E9=A9=AC?= =?UTF-8?q?=E5=80=BC=E6=93=8D=E4=BD=9C=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FusionSettings/DensityCorrection.vue | 16 +- .../FusionSettings/FourPointCalibration.vue | 17 +- .../FusionSettings/FusionLocale.vue | 576 +++++++++++++----- .../FusionSettings/SurfaceCorrection.vue | 16 +- src/components/FusionSettingsDialog.vue | 11 +- 5 files changed, 468 insertions(+), 168 deletions(-) diff --git a/src/components/FusionSettings/DensityCorrection.vue b/src/components/FusionSettings/DensityCorrection.vue index 1d51044..92b9866 100644 --- a/src/components/FusionSettings/DensityCorrection.vue +++ b/src/components/FusionSettings/DensityCorrection.vue @@ -157,10 +157,10 @@ v-model="value_v[options_model_v].y" @update:model-value="chang(options_model_v, $event, 'v')" lazy-rules @focus="input_y_focus=true" @blur="input_y_focus=false" @click="() => { url.indexOf('pad') != -1 ? ipad_chang = true : '' }" :readonly="url.indexOf('pad') != -1" > - +
@@ -196,10 +196,10 @@ v-model="value_h[options_model_h].x" @update:model-value="chang(options_model_h, $event, 'h')" lazy-rules @focus="input_x_focus=true" @blur="input_x_focus=false" @click="() => { url.indexOf('pad') != -1 ? ipad_chang = true : '' }" :readonly="url.indexOf('pad') != -1" > - +
@@ -318,6 +318,14 @@ } + +