fix: radio information page

This commit is contained in:
2024-01-24 10:30:35 +08:00
parent 9a36eb81d7
commit 63309e7d4c
3 changed files with 5 additions and 5 deletions

View File

@@ -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',
},