fix: 数据范围宽度调整

This commit is contained in:
@changcode
2022-04-14 13:52:58 +08:00
parent 7d0152c068
commit 5baf123056

View File

@@ -109,7 +109,8 @@ export default {
}, { }, {
label: this.$t('report.dataRange'), label: this.$t('report.dataRange'),
prop: 'dataRange', prop: 'dataRange',
show: true show: true,
minWidth: 110
} }
], ],
checkboxAll: false, checkboxAll: false,