feat:UDMims列调整,voip初始值修改
This commit is contained in:
@@ -113,12 +113,6 @@ let tableColumns = ref<ColumnsType>([
|
|||||||
sorter: true,
|
sorter: true,
|
||||||
width: 150,
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'VNI',
|
|
||||||
dataIndex: 'vni',
|
|
||||||
align: 'center',
|
|
||||||
width: 150,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'TAG',
|
title: 'TAG',
|
||||||
dataIndex: 'tag',
|
dataIndex: 'tag',
|
||||||
@@ -129,6 +123,12 @@ let tableColumns = ref<ColumnsType>([
|
|||||||
return text === 0 ? 'VoIP' : 'VoLTE';
|
return text === 0 ? 'VoIP' : 'VoLTE';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'VNI',
|
||||||
|
dataIndex: 'vni',
|
||||||
|
align: 'center',
|
||||||
|
width: 150,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: t('common.operate'),
|
title: t('common.operate'),
|
||||||
key: 'imsi',
|
key: 'imsi',
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ let modalState: ModalStateType = reactive({
|
|||||||
from: {
|
from: {
|
||||||
num: 1,
|
num: 1,
|
||||||
id: '',
|
id: '',
|
||||||
userName: 1,
|
userName: '',
|
||||||
password: '',
|
password: '',
|
||||||
},
|
},
|
||||||
BatchDelForm: {
|
BatchDelForm: {
|
||||||
|
|||||||
Reference in New Issue
Block a user