---完善国际化

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

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