---完善国际化

This commit is contained in:
lai
2023-11-15 17:45:28 +08:00
parent 84e7e2ef9f
commit 2ef4261e1b
5 changed files with 17 additions and 22 deletions

View File

@@ -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: {

View File

@@ -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"
>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>