|
@ -1103,6 +1103,19 @@ export function mainListPointBtn(option: any) { |
|
|
hasPermi: '' |
|
|
hasPermi: '' |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 主列表-创建标签
|
|
|
|
|
|
export function mainListCreatePointBtn(option: any) { |
|
|
|
|
|
return __defaultBtnOption(option, { |
|
|
|
|
|
label: t(`ts.创建标签`).replace('ts.', ''), |
|
|
|
|
|
name: 'createPoint', |
|
|
|
|
|
hide: false, |
|
|
|
|
|
type: 'primary', |
|
|
|
|
|
color: '', |
|
|
|
|
|
link: true, // 文本展现按钮
|
|
|
|
|
|
hasPermi: '' |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
export function mainListPrintInspectionBtn(option: any) { |
|
|
export function mainListPrintInspectionBtn(option: any) { |
|
|
return __defaultBtnOption(option, { |
|
|
return __defaultBtnOption(option, { |
|
|
label: t(`ts.打印检验指引单`).replace('ts.', ''), |
|
|
label: t(`ts.打印检验指引单`).replace('ts.', ''), |
|
|