球機增加鏈接狀態

taiwan-tingli 台灣亭立
yiming 4 years ago
parent ab8527e23a
commit e92641d607

@ -62,9 +62,13 @@ const columns = [
title: '球機IP',
dataIndex: 'ip',
},
// {
// title: 'IP',
// dataIndex: 'rtcServer',
// },
{
title: '視頻流IP',
dataIndex: 'rtcServer',
title: '連接狀態',
dataIndex: 'status',
},
{
title: '修改時間',
@ -80,14 +84,14 @@ export default {
data() {
return {
pageNum:1,
pageSize:10,
pageSize:5,
data: [],
pagination:{
total:0,
defaultPageSize:10, //
defaultPageSize:5, //
showTotal: total => `${total} 條數據`, //
showSizeChanger:true, //
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['5', '10', '20'],
onShowSizeChange:(current, pageSize)=>this.pageSize = pageSize //
},
loading: false,

Loading…
Cancel
Save