Merge branch 'main' of http://192.168.2.166:3180/OMC/ems_frontend_vue3
This commit is contained in:
@@ -458,7 +458,7 @@ export default {
|
||||
auth: {
|
||||
authInfo:'鉴权信息',
|
||||
neTypePlease: '查询网元类型',
|
||||
neType: 'UDM网元类型',
|
||||
neType: 'UDM网元对象',
|
||||
export: '导出',
|
||||
exportConfirm: '确认导出全部鉴权用户数据吗?',
|
||||
import: '导入',
|
||||
@@ -501,15 +501,15 @@ export default {
|
||||
},
|
||||
base5G: {
|
||||
neTypePlease: '查询网元类型',
|
||||
neType: 'AMF网元类型',
|
||||
neType: 'AMF网元对象',
|
||||
},
|
||||
ue: {
|
||||
neTypePlease: '查询网元类型',
|
||||
neType: 'SMF网元类型',
|
||||
neType: 'SMF网元对象',
|
||||
},
|
||||
ims: {
|
||||
neTypePlease: '查询网元类型',
|
||||
neType: 'IMS网元类型',
|
||||
neType: 'IMS网元对象',
|
||||
},
|
||||
},
|
||||
perfManage: {
|
||||
|
||||
@@ -94,7 +94,7 @@ let tableColumns: ColumnsType = [
|
||||
width: 3,
|
||||
},
|
||||
{
|
||||
title: 'STATUS',
|
||||
title: 'Status',
|
||||
dataIndex: 'status',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
@@ -112,7 +112,7 @@ let tableColumns: ColumnsType = [
|
||||
// width: 10,
|
||||
// },
|
||||
{
|
||||
title: 'ALGO_INDEX',
|
||||
title: 'ALGO Index',
|
||||
dataIndex: 'algoIndex',
|
||||
align: 'center',
|
||||
width: 4,
|
||||
@@ -934,7 +934,7 @@ onMounted(() => {
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :lg="12" :md="12" :xs="24">
|
||||
<a-form-item label="Algo Index" name="algo">
|
||||
<a-form-item label="ALGO Index" name="algo">
|
||||
{{ modalState.from.algoIndex }}
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -1011,7 +1011,7 @@ onMounted(() => {
|
||||
|
||||
<a-col :lg="12" :md="12" :xs="24">
|
||||
<a-form-item
|
||||
label="Algo Index"
|
||||
label="ALGO Index"
|
||||
name="algo"
|
||||
v-bind="modalStateFrom.validateInfos.algoIndex"
|
||||
>
|
||||
@@ -1116,7 +1116,7 @@ onMounted(() => {
|
||||
</a-col>
|
||||
<a-col :lg="12" :md="12" :xs="24">
|
||||
<a-form-item
|
||||
label="Algo Index"
|
||||
label="ALGO Index"
|
||||
name="algo"
|
||||
v-bind="modalStateBatchFrom.validateInfos.algoIndex"
|
||||
>
|
||||
|
||||
@@ -64,25 +64,25 @@ let tableState: TabeStateType = reactive({
|
||||
/**表格字段列 */
|
||||
let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: 'GNB_ID',
|
||||
title: 'GNB ID',
|
||||
dataIndex: 'id',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
},
|
||||
{
|
||||
title: 'ADDRESS',
|
||||
title: 'GNB Address',
|
||||
dataIndex: 'address',
|
||||
align: 'center',
|
||||
width: 3,
|
||||
},
|
||||
{
|
||||
title: 'GNB_NAME',
|
||||
title: 'GNB Name',
|
||||
dataIndex: 'name',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
},
|
||||
{
|
||||
title: 'UE_NUM',
|
||||
title: 'UE Number',
|
||||
dataIndex: 'ueNum',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
@@ -194,11 +194,10 @@ onMounted(() => {
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :lg="6" :md="12" :xs="24">
|
||||
<a-form-item label="GNB_ID" name="id">
|
||||
<a-form-item label="GNB ID" name="id">
|
||||
<a-input
|
||||
v-model:value="queryParams.id"
|
||||
allow-clear
|
||||
placeholder="查询GNB_ID"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
@@ -91,7 +91,7 @@ let tableColumns: ColumnsType = [
|
||||
width: 2,
|
||||
},
|
||||
{
|
||||
title: 'RegState',
|
||||
title: 'Registration State',
|
||||
dataIndex: 'regState',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
@@ -216,7 +216,6 @@ onMounted(() => {
|
||||
<a-input
|
||||
v-model:value="queryParams.imsi"
|
||||
allow-clear
|
||||
placeholder="查询IMSI"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -225,7 +224,6 @@ onMounted(() => {
|
||||
<a-input
|
||||
v-model:value="queryParams.msisdn"
|
||||
allow-clear
|
||||
placeholder="查询MSISDN"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
@@ -99,7 +99,7 @@ let tableColumns: ColumnsType = [
|
||||
width: 3,
|
||||
},
|
||||
{
|
||||
title: 'DnnList',
|
||||
title: 'DNN List',
|
||||
dataIndex: 'pduSessionInfo',
|
||||
align: 'center',
|
||||
customRender(opt) {
|
||||
@@ -295,7 +295,6 @@ onMounted(() => {
|
||||
<a-input
|
||||
v-model:value="queryParams.imsi"
|
||||
allow-clear
|
||||
placeholder="查询IMSI"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -304,7 +303,6 @@ onMounted(() => {
|
||||
<a-input
|
||||
v-model:value="queryParams.msisdn"
|
||||
allow-clear
|
||||
placeholder="查询MSISDN"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -424,7 +422,7 @@ onMounted(() => {
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :lg="8" :md="8" :xs="24">
|
||||
<a-form-item label="RatType" name="ratType">
|
||||
<a-form-item label="RAT Type" name="ratType">
|
||||
{{ modalState.from.ratType }}
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
Reference in New Issue
Block a user