From 592d773f69544168254a3e4166f9fa88d19844bb Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Fri, 5 Jul 2024 13:45:58 +0800 Subject: [PATCH] =?UTF-8?q?EAM=20=20=E2=80=94=E2=80=94>=20=E5=A4=87?= =?UTF-8?q?=E4=BB=B6=E7=AE=A1=E7=90=86=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/disposition/defaultButtons.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',