---完善国际化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user