Commit 77691b6f by chenweisong

屏蔽在线用户数字段

parent 2c0d25e6
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<th width="25%" class="rows">完成值</th> <th width="25%" class="rows">完成值</th>
<th class="rows" v-if="!hide">完成进度</th> <th class="rows" v-if="!hide">完成进度</th>
<th width="25%" class="rows">环比</th> <th width="25%" class="rows">环比</th>
<th width="25%" class="rows">在网用户数</th> <!-- <th width="25%" class="rows">在网用户数</th>-->
<th v-if=" !hide && selectArea.level >= 1" class="rows">省内排名</th> <th v-if=" !hide && selectArea.level >= 1" class="rows">省内排名</th>
<th v-if=" !hide && selectArea.level >= 2" class="rows">市内排名</th> <th v-if=" !hide && selectArea.level >= 2" class="rows">市内排名</th>
<th v-if=" !hide && selectArea.level >= 3" class="rows">县内排名</th> <th v-if=" !hide && selectArea.level >= 3" class="rows">县内排名</th>
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
<td>{{b.complete}}</td> <td>{{b.complete}}</td>
<td v-if="!hide">{{b.rate }}</td> <td v-if="!hide">{{b.rate }}</td>
<td>{{b.ratio }}</td> <td>{{b.ratio }}</td>
<td>{{b.cust_num }}</td> <!-- <td>{{b.cust_num }}</td>-->
</template> </template>
<template v-if="tabActive === 2"> <template v-if="tabActive === 2">
<td v-if="!hide">{{b.month_task_value}}</td> <td v-if="!hide">{{b.month_task_value}}</td>
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<th width="25%" class="rows">完成值</th> <th width="25%" class="rows">完成值</th>
<th class="rows" v-if="!hide">完成进度</th> <th class="rows" v-if="!hide">完成进度</th>
<th width="25%" class="rows">环比</th> <th width="25%" class="rows">环比</th>
<th width="25%" class="rows">在网用户数</th> <!-- <th width="25%" class="rows">在网用户数</th>-->
<th v-if=" !hide && selectArea.level >= 1" class="rows">省内排名</th> <th v-if=" !hide && selectArea.level >= 1" class="rows">省内排名</th>
<th v-if=" !hide && selectArea.level >= 2" class="rows">市内排名</th> <th v-if=" !hide && selectArea.level >= 2" class="rows">市内排名</th>
<th v-if=" !hide && selectArea.level >= 3" class="rows">县内排名</th> <th v-if=" !hide && selectArea.level >= 3" class="rows">县内排名</th>
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
<td>{{b.complete}}</td> <td>{{b.complete}}</td>
<td v-if="!hide">{{b.rate }}</td> <td v-if="!hide">{{b.rate }}</td>
<td>{{b.ratio }}</td> <td>{{b.ratio }}</td>
<td>{{b.cust_num }}</td> <!-- <td>{{b.cust_num }}</td>-->
</template> </template>
<template v-if="tabActive === 2"> <template v-if="tabActive === 2">
<td v-if="!hide">{{b.month_task_value}}</td> <td v-if="!hide">{{b.month_task_value}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment