fix: 软件管理下发createTime
This commit is contained in:
@@ -391,7 +391,7 @@ export default {
|
|||||||
backVersions:'回退前版本',
|
backVersions:'回退前版本',
|
||||||
status:'状态',
|
status:'状态',
|
||||||
letUpTime:'激活时间',
|
letUpTime:'激活时间',
|
||||||
creatTime:'创建时间',
|
createTime:'创建时间',
|
||||||
onlyAble:'只支持上传文件格式 {fileText}',
|
onlyAble:'只支持上传文件格式 {fileText}',
|
||||||
nullData:'暂无网元列表数据',
|
nullData:'暂无网元列表数据',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -906,7 +906,7 @@ onMounted(() => {
|
|||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item
|
<a-menu-item
|
||||||
key="reload"
|
key="reload"
|
||||||
v-if="!['OMC', 'PCF', 'IMS'].includes(record.neType)"
|
v-if="!['OMC', 'PCF', 'IMS', 'MME'].includes(record.neType)"
|
||||||
>
|
>
|
||||||
<SyncOutlined />
|
<SyncOutlined />
|
||||||
{{ t('views.configManage.neManage.reload') }}
|
{{ t('views.configManage.neManage.reload') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user