fix: 报告列表统一数据为空时的国际化

This commit is contained in:
changcode
2022-12-06 16:09:21 +08:00
parent ed6e1f26fb
commit 1154ec3099

View File

@@ -6,7 +6,7 @@
:data="tableData"
:height="height"
:expand-row-keys="expandedIds"
empty-text=""
:empty-text="$t('npm.noData')"
border
tooltip-effect="light"
:row-key="(row) => { return row.id }"