feat:UDMims列调整,voip初始值修改
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -195,7 +195,7 @@ let modalState: ModalStateType = reactive({
|
||||
from: {
|
||||
num: 1,
|
||||
id: '',
|
||||
userName: 1,
|
||||
userName: '',
|
||||
password: '',
|
||||
},
|
||||
BatchDelForm: {
|
||||
|
||||
Reference in New Issue
Block a user