中英文翻译问题
This commit is contained in:
@@ -1213,7 +1213,7 @@ export default {
|
||||
},
|
||||
system:{
|
||||
user: {
|
||||
userInfo:'User Info',
|
||||
userInfo:' User Info',
|
||||
userNum: 'User Number',
|
||||
account: 'Account',
|
||||
userName: 'User Name',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user