style: 网元新增输入端口提示-多语言
This commit is contained in:
@@ -323,6 +323,7 @@ export default {
|
|||||||
mac:'NE MAC address',
|
mac:'NE MAC address',
|
||||||
macTip:'Able to locate the physical address (MAC) of the network element',
|
macTip:'Able to locate the physical address (MAC) of the network element',
|
||||||
port:'Port',
|
port:'Port',
|
||||||
|
portTip:'Maximum range 0~65535',
|
||||||
pvflag:'PV Flag',
|
pvflag:'PV Flag',
|
||||||
pnf:'Physical Network Element',
|
pnf:'Physical Network Element',
|
||||||
vnf:'Virtual Network Element',
|
vnf:'Virtual Network Element',
|
||||||
|
|||||||
@@ -323,6 +323,7 @@ export default {
|
|||||||
mac:'网元物理地址',
|
mac:'网元物理地址',
|
||||||
macTip:'能够定位网元的物理地址(MAC)',
|
macTip:'能够定位网元的物理地址(MAC)',
|
||||||
port:'端口',
|
port:'端口',
|
||||||
|
portTip:'最大范围0~65535',
|
||||||
pvflag:'网元虚拟化标识',
|
pvflag:'网元虚拟化标识',
|
||||||
pnf:'物理网元',
|
pnf:'物理网元',
|
||||||
vnf:'虚拟网元',
|
vnf:'虚拟网元',
|
||||||
|
|||||||
@@ -450,9 +450,9 @@ function fnModalCancel() {
|
|||||||
*/
|
*/
|
||||||
function fnRecordDelete(row: Record<string, any>) {
|
function fnRecordDelete(row: Record<string, any>) {
|
||||||
message.success({
|
message.success({
|
||||||
content: t('common.msgSuccess', { msg: t('common.deleteText') }),
|
content: t('common.msgSuccess', { msg: t('common.deleteText') }),
|
||||||
duration: 2,
|
duration: 2,
|
||||||
});
|
});
|
||||||
Modal.confirm({
|
Modal.confirm({
|
||||||
title: t('common.tipTitle'),
|
title: t('common.tipTitle'),
|
||||||
content: t('views.configManage.neManage.delSure', { msg: row.neName }),
|
content: t('views.configManage.neManage.delSure', { msg: row.neName }),
|
||||||
@@ -904,7 +904,10 @@ onMounted(() => {
|
|||||||
<pause-outlined />
|
<pause-outlined />
|
||||||
{{ t('views.configManage.neManage.stop') }}
|
{{ t('views.configManage.neManage.stop') }}
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item key="reload" v-if="!['OMC','PCF','IMS'].includes(record.neType)">
|
<a-menu-item
|
||||||
|
key="reload"
|
||||||
|
v-if="!['OMC', 'PCF', 'IMS'].includes(record.neType)"
|
||||||
|
>
|
||||||
<SyncOutlined />
|
<SyncOutlined />
|
||||||
{{ t('views.configManage.neManage.reload') }}
|
{{ t('views.configManage.neManage.reload') }}
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
@@ -1030,7 +1033,9 @@ onMounted(() => {
|
|||||||
<a-input v-model:value="modalState.from.port" allow-clear>
|
<a-input v-model:value="modalState.from.port" allow-clear>
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
<a-tooltip placement="topLeft">
|
<a-tooltip placement="topLeft">
|
||||||
<template #title> <div>最大范围0~65535</div> </template>
|
<template #title>
|
||||||
|
<div>{{ t('views.configManage.neManage.portTip') }}</div>
|
||||||
|
</template>
|
||||||
<InfoCircleOutlined style="color: rgba(0, 0, 0, 0.45)" />
|
<InfoCircleOutlined style="color: rgba(0, 0, 0, 0.45)" />
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user