Browse Source

默认按钮配置文件修改

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

Loading…
Cancel
Save