From 7995f08ccb5168b96cf63735dc03edc99132f48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= <peiyu_ren@163.com> Date: Sun, 18 Feb 2024 11:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=8A=A0=E8=BD=BDgamma=20=E8=B0=B1?= =?UTF-8?q?=EF=BC=8Cnuclide=E4=B8=8D=E6=98=BE=E7=A4=BA=E4=BA=8C=E7=BA=A7?= =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/spectrumAnalysis/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/spectrumAnalysis/index.vue b/src/views/spectrumAnalysis/index.vue index 9c77ea1..1f48f7b 100644 --- a/src/views/spectrumAnalysis/index.vue +++ b/src/views/spectrumAnalysis/index.vue @@ -1372,11 +1372,13 @@ export default { children: [ { type: 'a-menu-item', + show: this.isGamma, title: 'Nuclide Library', handler: () => (this.nuclideLibraryModalVisible = true), }, { type: 'a-menu-item', + show: this.isGamma, title: 'Config User Library', handler: () => (this.configUserLibModalVisible = true), },