From 7223acb68793fbb57bb78632e2efc357e93f5e52 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Wed, 21 Jan 2026 19:54:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/CustomTable.vue | 44 +++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 9ad7981..8973c0e 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -63,17 +63,7 @@ :error="hasError(rowIndex, colIndex, col.prop)" @update:error="onErrorUpdate(rowIndex, colIndex, col.prop, $event)" :orange-bg="hasOrangeBg(rowIndex, colIndex, col.prop)" /> -
-
{{ col.otherLabel ? $t(col.otherLabel) : $t("template.common.other") }} -
-
- -
-
+ @@ -89,8 +79,20 @@ + + +
+
{{ col.otherLabel ? $t(col.otherLabel) : $t("template.common.other") }} +
+
+ +
-
+
-