diff --git a/src/utils/disposition/defaultButtons.ts b/src/utils/disposition/defaultButtons.ts index edb8b8d7e..7f637131d 100644 --- a/src/utils/disposition/defaultButtons.ts +++ b/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', diff --git a/src/views/eam/equipmentAccounts/index.vue b/src/views/eam/equipmentAccounts/index.vue index e17ae39a8..7196e45b5 100644 --- a/src/views/eam/equipmentAccounts/index.vue +++ b/src/views/eam/equipmentAccounts/index.vue @@ -1,18 +1,22 @@