---完善国际化
This commit is contained in:
@@ -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