NEZ-3363 fix:缩略显示内容补充 title 属性

This commit is contained in:
zyh
2023-12-13 10:21:21 +08:00
parent 97cae78bed
commit 0c596dd67c
11 changed files with 164 additions and 69 deletions

View File

@@ -755,7 +755,9 @@ export default {
}
return row.name
},
key: 'name'
tip: function (row) {
return row.name
}
},
{
title: this.$t('overall.remark'),
@@ -765,7 +767,9 @@ export default {
}
return row.remark
},
key: 'remark'
tip: function (row) {
return row.remark
}
}
],
showAllBasicOption: false,