|
|
@ -1154,7 +1154,7 @@ export function mainCopyBtn(option: any) { |
|
|
|
// 主列表-部件
|
|
|
|
export function componentBtn(option: any) { |
|
|
|
return __defaultBtnOption(option, { |
|
|
|
label: '部件', |
|
|
|
label: '关联部件', |
|
|
|
name: 'component', |
|
|
|
hide: false, |
|
|
|
type: 'primary', |
|
|
@ -1166,7 +1166,7 @@ export function componentBtn(option: any) { |
|
|
|
// 主列表-备件
|
|
|
|
export function sparePartBtn(option: any) { |
|
|
|
return __defaultBtnOption(option, { |
|
|
|
label: '备件', |
|
|
|
label: '关联备件', |
|
|
|
name: 'sparePart', |
|
|
|
hide: false, |
|
|
|
type: 'primary', |
|
|
|