---完善国际化

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

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