|
|
@ -384,7 +384,7 @@ export default { |
|
|
const errorItem = { |
|
|
const errorItem = { |
|
|
rowIndex, |
|
|
rowIndex, |
|
|
colIndex, |
|
|
colIndex, |
|
|
field: col.bodySubKey, |
|
|
|
|
|
|
|
|
field: col.otherCode, |
|
|
label: `${this.$t(col.label)}单位`, |
|
|
label: `${this.$t(col.label)}单位`, |
|
|
error: `请填写${this.$t(col.otherLabel) ? this.$t(col.otherLabel) : '其他'}信息` |
|
|
error: `请填写${this.$t(col.otherLabel) ? this.$t(col.otherLabel) : '其他'}信息` |
|
|
}; |
|
|
}; |
|
|
|