Browse Source

feat:[模板管理][update]

lkf
luojie 3 months ago
parent
commit
a427cd8393
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/Template/CustomTable.vue

+ 1
- 1
src/components/Template/CustomTable.vue View File

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

Loading…
Cancel
Save