feat:UDMims列调整,voip初始值修改

This commit is contained in:
zhongzm
2025-04-16 11:30:30 +08:00
parent 64072af7ad
commit bcb94ae9e7
2 changed files with 7 additions and 7 deletions

View File

@@ -113,12 +113,6 @@ let tableColumns = ref<ColumnsType>([
sorter: true,
width: 150,
},
{
title: 'VNI',
dataIndex: 'vni',
align: 'center',
width: 150,
},
{
title: 'TAG',
dataIndex: 'tag',
@@ -129,6 +123,12 @@ let tableColumns = ref<ColumnsType>([
return text === 0 ? 'VoIP' : 'VoLTE';
}
},
{
title: 'VNI',
dataIndex: 'vni',
align: 'center',
width: 150,
},
{
title: t('common.operate'),
key: 'imsi',

View File

@@ -195,7 +195,7 @@ let modalState: ModalStateType = reactive({
from: {
num: 1,
id: '',
userName: 1,
userName: '',
password: '',
},
BatchDelForm: {