fix: radio information page
This commit is contained in:
@@ -67,7 +67,7 @@ let tableState: TabeStateType = reactive({
|
||||
/**表格字段列 */
|
||||
let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: 'Radios ID',
|
||||
title: 'Radio ID',
|
||||
dataIndex: 'id',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
@@ -79,13 +79,13 @@ let tableColumns: ColumnsType = [
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: 'Radios Name',
|
||||
title: 'Radio Name',
|
||||
dataIndex: 'name',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: 'Radios Address',
|
||||
title: 'Radio Address',
|
||||
dataIndex: 'address',
|
||||
align: 'left',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user