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") }} +
+
+ +
-
+
-