|
@@ -84,7 +84,6 @@
|
|
|
prop="memberNum"
|
|
|
sortable="custom"
|
|
|
label="会员人数"
|
|
|
- width="100px"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ scope.row.memberNum }}人</div>
|
|
@@ -95,7 +94,6 @@
|
|
|
prop="noPlayNum"
|
|
|
sortable="custom"
|
|
|
label="无练习人数"
|
|
|
- width="120px"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ scope.row.noPlayNum }}人</div>
|
|
@@ -107,7 +105,6 @@
|
|
|
prop="playTimeLess10"
|
|
|
sortable="custom"
|
|
|
label="0-10分钟"
|
|
|
- width="120px"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ scope.row.playTimeLess10 }}人</div>
|
|
@@ -119,7 +116,6 @@
|
|
|
prop="playTimeLess60"
|
|
|
sortable="custom"
|
|
|
label="10-60分钟"
|
|
|
- width="120px"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ scope.row.playTimeLess60 }}人</div>
|
|
@@ -131,7 +127,6 @@
|
|
|
prop="playTimeLess120"
|
|
|
sortable="custom"
|
|
|
label="60-120分钟"
|
|
|
- width="120px"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ scope.row.playTimeLess120 }}人</div>
|
|
@@ -142,7 +137,6 @@
|
|
|
prop="playTimeLess240"
|
|
|
sortable="custom"
|
|
|
label="120-240分钟"
|
|
|
- width="130px"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ scope.row.playTimeLess240 }}人</div>
|
|
@@ -153,7 +147,6 @@
|
|
|
prop="playTimeRather240"
|
|
|
sortable="custom"
|
|
|
label=">240分钟"
|
|
|
- width="120px"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ scope.row.playTimeRather240 }}人</div>
|
|
@@ -164,7 +157,6 @@
|
|
|
prop="avgPlayTime"
|
|
|
sortable="custom"
|
|
|
label="平均时长"
|
|
|
- width="100px"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ scope.row.avgPlayTime }}分钟</div>
|