fix: 修复列表高度问题,补充国际化

This commit is contained in:
@changcode
2021-08-27 13:54:04 +08:00
parent e4b998f5ee
commit 17addd5a02
5 changed files with 6 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ export default {
return {
stateOptions: alertMessageConstant.states,
state: '1',
mainTableHeight: 'calc(100%- 64px)',
url: 'alert/message',
// 导出相关
importBox: { show: false, title: this.$t('overall.exportExcel') },