中英文翻译问题

This commit is contained in:
lai
2024-01-10 14:28:25 +08:00
parent 7c67c1e973
commit 86bd056d80
2 changed files with 5 additions and 5 deletions

View File

@@ -1213,7 +1213,7 @@ export default {
},
system:{
user: {
userInfo:'User Info',
userInfo:' User Info',
userNum: 'User Number',
account: 'Account',
userName: 'User Name',

View File

@@ -67,7 +67,7 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns: ColumnsType = [
{
title: 'NodeB ID',
title: 'Radios ID',
dataIndex: 'id',
align: 'center',
width: 100,
@@ -79,13 +79,13 @@ let tableColumns: ColumnsType = [
width: 100,
},
{
title: 'NodeB Name',
title: 'Radios Name',
dataIndex: 'name',
align: 'center',
width: 150,
},
{
title: 'NodeB Address',
title: 'Radios Address',
dataIndex: 'address',
align: 'left',
},
@@ -201,7 +201,7 @@ onMounted(() => {
</a-form-item>
</a-col>
<a-col :lg="6" :md="12" :xs="24">
<a-form-item label="NodeB ID" name="id">
<a-form-item label="Radios ID" name="id">
<a-input v-model:value="queryParams.id" allow-clear></a-input>
</a-form-item>
</a-col>