diff --git a/src/views/neUser/imsUDM/index.vue b/src/views/neUser/imsUDM/index.vue index 9ffef747..b9243fc7 100644 --- a/src/views/neUser/imsUDM/index.vue +++ b/src/views/neUser/imsUDM/index.vue @@ -113,12 +113,6 @@ let tableColumns = ref([ sorter: true, width: 150, }, - { - title: 'VNI', - dataIndex: 'vni', - align: 'center', - width: 150, - }, { title: 'TAG', dataIndex: 'tag', @@ -129,6 +123,12 @@ let tableColumns = ref([ return text === 0 ? 'VoIP' : 'VoLTE'; } }, + { + title: 'VNI', + dataIndex: 'vni', + align: 'center', + width: 150, + }, { title: t('common.operate'), key: 'imsi', diff --git a/src/views/neUser/voip/index.vue b/src/views/neUser/voip/index.vue index 282edb19..ead10ac9 100644 --- a/src/views/neUser/voip/index.vue +++ b/src/views/neUser/voip/index.vue @@ -195,7 +195,7 @@ let modalState: ModalStateType = reactive({ from: { num: 1, id: '', - userName: 1, + userName: '', password: '', }, BatchDelForm: {