Browse Source

默认按钮配置文件修改

master
陈薪名 11 months ago
parent
commit
0faaa9d34b
  1. 20
      src/utils/disposition/defaultButtons.ts

20
src/utils/disposition/defaultButtons.ts

@ -98,7 +98,8 @@ export function defaultResetBtn(option:any) {
type: 'info',
icon: '',
color: '',
float:'right'
float:'right',
hasPermi: ''
})
}
@ -111,7 +112,8 @@ export function defaultFilterBtn(option:any) {
type: 'info',
icon: 'Operation',
color: '',
float:'right'
float:'right',
hasPermi: ''
})
}
@ -124,7 +126,8 @@ export function formSaveBtn(option:any) {
type: 'primary',
icon: 'ep:select',
color: '',
float:'right'
float:'right',
hasPermi: ''
})
}
@ -134,9 +137,10 @@ export function formCloseBtn(option:any) {
label: '关闭',
name: 'close',
hide: false,
icon: 'ep:closeBold',
icon: 'ep:close',
color: '',
float:'right'
float:'right',
hasPermi: ''
})
}
@ -148,7 +152,8 @@ export function drawerEditBtn(option:any) {
hide: false,
type: 'warning',
icon: 'ep:editPen',
color: ''
color: '',
hasPermi: ''
})
}
@ -160,7 +165,8 @@ export function drawerDeleteBtn(option:any) {
hide: false,
type: 'danger',
icon: 'ep:delete',
color: ''
color: '',
hasPermi: ''
})
}

Loading…
Cancel
Save