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) : '其他'}信息` };