fix: 软件管理下发createTime

This commit is contained in:
TsMask
2023-11-21 18:38:22 +08:00
parent 5e8049c3b3
commit 60adbce55d
2 changed files with 2 additions and 2 deletions

View File

@@ -906,7 +906,7 @@ onMounted(() => {
</a-menu-item>
<a-menu-item
key="reload"
v-if="!['OMC', 'PCF', 'IMS'].includes(record.neType)"
v-if="!['OMC', 'PCF', 'IMS', 'MME'].includes(record.neType)"
>
<SyncOutlined />
{{ t('views.configManage.neManage.reload') }}