|
@ -237,6 +237,19 @@ export function formStagingBtn(option:any) { |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// form表单-下一步按钮
|
|
|
|
|
|
export function formNextStepBtn(option:any) { |
|
|
|
|
|
return __defaultBtnOption(option,{ |
|
|
|
|
|
label: t(`ts.下一步`).replace('ts.', ''), |
|
|
|
|
|
name: 'nextStep', |
|
|
|
|
|
hide: false, |
|
|
|
|
|
type: 'primary', |
|
|
|
|
|
icon: 'ep:select', |
|
|
|
|
|
color: '', |
|
|
|
|
|
float:'right', |
|
|
|
|
|
hasPermi: '' |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// drawer抽屉头部-编辑按钮
|
|
|
// drawer抽屉头部-编辑按钮
|
|
|
export function drawerEditBtn(option:any) { |
|
|
export function drawerEditBtn(option:any) { |
|
|