提交 eef7b6b1 编写于 作者: bo.dang's avatar bo.dang

修改成员管理查询BUG和直播管理数据统计:直播时长(秒)

上级 072de14f
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
> >
<el-table :data="dialogStatisticsData" align="center"> <el-table :data="dialogStatisticsData" align="center">
<el-table-column property="peopleNum" label="观看人次" align="center"></el-table-column> <el-table-column property="peopleNum" label="观看人次" align="center"></el-table-column>
<el-table-column property="liveDuration" label="直播时长" align="center"></el-table-column> <el-table-column property="liveDuration" label="直播时长(秒)" align="center"></el-table-column>
</el-table> </el-table>
</el-dialog> </el-dialog>
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" style="text-align: right"> <el-col :span="4" style="text-align: right">
<el-button type="primary" size="small" @click="searchList">查询</el-button> <el-button type="primary" size="small" @click="search">查询</el-button>
<el-button type="default" size="small" @click="resetForm" style="margin-left:0;">重置</el-button> <el-button type="default" size="small" @click="resetForm" style="margin-left:0;">重置</el-button>
</el-col> </el-col>
</el-row> </el-row>
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
} }
], ],
tableData: [ tableData: [
], ],
organization: [ organization: [
{ {
...@@ -181,6 +181,12 @@ export default { ...@@ -181,6 +181,12 @@ export default {
this.searchList(); this.searchList();
}, },
methods: { methods: {
// 搜索
search(){
this.searchForm.pageNo = 1;
this.searchList();
},
searchList() { searchList() {
console.log("查询"); console.log("查询");
let req = { let req = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册