Browse Source

EAM ——> 备件管理更新

master_hella_20240701
gaojs 4 months ago
parent
commit
592d773f69
  1. 4
      src/utils/disposition/defaultButtons.ts

4
src/utils/disposition/defaultButtons.ts

@ -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',

Loading…
Cancel
Save