diff --git a/src/views/spectrumAnalysis/index.vue b/src/views/spectrumAnalysis/index.vue
index 8e985ef..2ff2db8 100644
--- a/src/views/spectrumAnalysis/index.vue
+++ b/src/views/spectrumAnalysis/index.vue
@@ -13,7 +13,7 @@
{{ operation.title }}
-
+
{{ item.title }}
@@ -691,6 +691,7 @@ export default {
children: [
{
type: 'MultiLevelMenu',
+ show: this.isBetaGamma || this.isGamma,
attrs: {
children: [
{
@@ -842,7 +843,6 @@ export default {
},
{
title: 'NUCLIDELIBRARY',
- show: !this.isBetaGamma,
children: [
{
type: 'a-menu',
@@ -850,11 +850,13 @@ export default {
{
type: 'a-menu-item',
title: 'Nuclide Library',
+ show: this.isGamma,
handler: () => (this.nuclideLibraryModalVisible = true),
},
{
type: 'a-menu-item',
title: 'Config User Library',
+ show: this.isGamma,
handler: () => (this.configUserLibModalVisible = true),
},
],
@@ -1042,6 +1044,7 @@ export default {
{
type: 'a-menu-item',
title: 'Automatic Analysis Log',
+ show: this.isBetaGamma || this.isGamma,
handler: () => {
this.autoAnalysisMogModalType = this.isGamma ? 1 : this.isBetaGamma ? 2 : 1
this.autoAnalysisMogModalVisible = true