+ :name="field.prop" class="form-item">
@@ -55,7 +55,7 @@
text: item.label
}))
})
-
+
// 字段配置元数据
const COMPONENT_FIELDS = [{
@@ -194,7 +194,7 @@
query.select(`[data-field="${event.target.dataset.field}"]`).node((res) => {
const node = res.node;
if (node && node.setSelectionRange) {
- node.setSelectionRange(0, node.value.length);
+ node.setSelectionRange(0, node.value.length);
}
}).exec();
}
@@ -227,7 +227,7 @@
emitUpdate();
} catch (error) {
uni.showToast({
- title: '获取标准组分失败',
+ title: '获取标准组分失败',
icon: 'none'
});
console.error(error);
@@ -276,69 +276,130 @@
\ No newline at end of file
diff --git a/pages_caltools/components/NGResult.vue b/pages_caltools/components/NGResult.vue
index abb4499..9e5e600 100644
--- a/pages_caltools/components/NGResult.vue
+++ b/pages_caltools/components/NGResult.vue
@@ -4,38 +4,49 @@
NGResult 数据: {{ NGResult }}
-->
GB/T 17747
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -43,49 +54,49 @@
AGA No10
+ :label-width="160">
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
+
+
+
-
+
@@ -93,43 +104,54 @@
GB/T 11062
+ :label-width="160">
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -139,40 +161,52 @@
:label-width="160">
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -343,7 +377,7 @@
\ No newline at end of file
diff --git a/pages_caltools/components/meterResult.vue b/pages_caltools/components/meterResult.vue
index a716455..eb80271 100644
--- a/pages_caltools/components/meterResult.vue
+++ b/pages_caltools/components/meterResult.vue
@@ -1,347 +1,363 @@
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/uni_modules/a-yjly-inputunit/components/a-yjly-inputunit/a-yjly-inputunit.vue b/uni_modules/a-yjly-inputunit/components/a-yjly-inputunit/a-yjly-inputunit.vue
index d6a4218..49ff70f 100644
--- a/uni_modules/a-yjly-inputunit/components/a-yjly-inputunit/a-yjly-inputunit.vue
+++ b/uni_modules/a-yjly-inputunit/components/a-yjly-inputunit/a-yjly-inputunit.vue
@@ -43,7 +43,7 @@
export default {
name: 'UniUnitConverter',
- emits: ['input', 'update:unitOrder', 'conversion'],
+ emits: ['update:modelValue', 'update:unitOrder', 'conversion'],
props: {
unitType: {
type: String,