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