优化主题切换按钮下移问题、优化tabs被footer遮挡问题

This commit is contained in:
Elune
2020-03-07 13:02:49 +08:00
parent 32dc525091
commit 3c0323496f
7 changed files with 15 additions and 8 deletions

View File

@@ -97,7 +97,9 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
// eslint-disable-next-line no-undef
crud.crudMethod.edit(data).then(() => {
// eslint-disable-next-line no-undef
crud.notify(this.dict.label.job_status[val] + '成功', 'success')
}).catch(err => {
data.enabled = !data.enabled