mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-01 19:38:09 +08:00
🐞 fix(server): 信息弹出框层级不对
This commit is contained in:
parent
f7d8d65d8e
commit
f959d0247f
@ -7,6 +7,7 @@
|
||||
1. 【server】优化 登录验证码去除易混淆字母(oO0、lL1、q9Q、pP)
|
||||
2. 【server】修复 批量构建引起环境变量丢失问题(感谢@[xieliangza](https://github.com/xieliangza) [Github issues 88](https://github.com/dromara/Jpom/issues/88) )
|
||||
3. 【all】优化 解析 HTTP `Accept-Language` 请求头支持多语言最高优先级
|
||||
4. 【server】修复 页面未刷新情况下打开弹窗次数过多不能提示窗口层级太低(感谢[@lin_yeqi](https://gitee.com/lin_yeqi) [Gitee issues IAEBUZ](https://gitee.com/dromara/Jpom/issues/IAEBUZ) )
|
||||
|
||||
------
|
||||
|
||||
|
@ -245,6 +245,12 @@ export default {
|
||||
ellipsis: true,
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: this.$t('i18n_45a4922d3f'),
|
||||
dataIndex: 'modeData',
|
||||
ellipsis: true,
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: this.$t('i18n_f9ac4b2aa6'),
|
||||
dataIndex: 'modifyUser',
|
||||
|
Loading…
Reference in New Issue
Block a user