中英文翻译问题
This commit is contained in:
@@ -1213,7 +1213,7 @@ export default {
|
|||||||
},
|
},
|
||||||
system:{
|
system:{
|
||||||
user: {
|
user: {
|
||||||
userInfo:'User Info',
|
userInfo:' User Info',
|
||||||
userNum: 'User Number',
|
userNum: 'User Number',
|
||||||
account: 'Account',
|
account: 'Account',
|
||||||
userName: 'User Name',
|
userName: 'User Name',
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ let tableState: TabeStateType = reactive({
|
|||||||
/**表格字段列 */
|
/**表格字段列 */
|
||||||
let tableColumns: ColumnsType = [
|
let tableColumns: ColumnsType = [
|
||||||
{
|
{
|
||||||
title: 'NodeB ID',
|
title: 'Radios ID',
|
||||||
dataIndex: 'id',
|
dataIndex: 'id',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 100,
|
width: 100,
|
||||||
@@ -79,13 +79,13 @@ let tableColumns: ColumnsType = [
|
|||||||
width: 100,
|
width: 100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'NodeB Name',
|
title: 'Radios Name',
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 150,
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'NodeB Address',
|
title: 'Radios Address',
|
||||||
dataIndex: 'address',
|
dataIndex: 'address',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
},
|
},
|
||||||
@@ -201,7 +201,7 @@ onMounted(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :lg="6" :md="12" :xs="24">
|
<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-input v-model:value="queryParams.id" allow-clear></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user