fix: 参数配置隐藏OMC/PCF/IMS
This commit is contained in:
@@ -1034,9 +1034,10 @@ onMounted(() => {
|
||||
<a-form-item label="网元类型" name="neTypeSelect">
|
||||
<a-cascader
|
||||
v-model:value="neTypeSelect"
|
||||
:options="useNeInfoStore().getNeCascaderOtions"
|
||||
:options="useNeInfoStore().getNeCascaderOtions.filter(item=> item.value !== 'OMC')"
|
||||
:allow-clear="false"
|
||||
placeholder="请选择网元"
|
||||
@change="fnGetParamConfigTopTab"
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -1060,7 +1061,7 @@ onMounted(() => {
|
||||
<a-card :bordered="false" :body-style="{ paddingTop: '0px' }">
|
||||
<!-- 插槽-卡片左侧侧 -->
|
||||
<template #title>
|
||||
<a-space :size="8" align="center">
|
||||
<a-space :size="8" align="center" v-show="!['PCF','IMS'].includes(neTypeSelect[0])">
|
||||
<a-popconfirm
|
||||
placement="topLeft"
|
||||
title="网元配置重新载入"
|
||||
|
||||
Reference in New Issue
Block a user