From a427cd8393bab31618b597ba424c91ca0f097605 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Wed, 21 Jan 2026 20:04:55 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 8973c0e..3c4ccaa 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -384,7 +384,7 @@ export default { const errorItem = { rowIndex, colIndex, - field: col.bodySubKey, + field: col.otherCode, label: `${this.$t(col.label)}单位`, error: `请填写${this.$t(col.otherLabel) ? this.$t(col.otherLabel) : '其他'}信息` };