---完善国际化

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

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