盛安新版本问题优化-视频评价
This commit is contained in:
parent
5dd980b88c
commit
dc89a872f8
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<el-tabs v-model="activeName" @tab-click="handleClick">
|
||||
<el-tab-pane label="推广员" name="first">
|
||||
<!-- <el-tabs v-model="activeName" @tab-click="handleClick">-->
|
||||
<!-- <el-tab-pane label="推广员" name="first">-->
|
||||
<div>
|
||||
<div style="position: relative;display: inline-block;">
|
||||
<span>姓名:</span>
|
||||
|
@ -46,16 +46,16 @@
|
|||
</el-table-column>
|
||||
<el-table-column prop="status" label="操作">
|
||||
<template slot-scope="scope"> <!-- || !isAuth('agent:jujue') -->
|
||||
<el-button size="mini" type="primary"
|
||||
:disabled="scope.row.status !== 1|| !isAuth('agent:jujue') "
|
||||
@click="passClicks(scope.row)">
|
||||
通过
|
||||
</el-button>
|
||||
<el-button size="mini" type="primary"
|
||||
:disabled="scope.row.status !== 1 || !isAuth('agent:tongguo')"
|
||||
@click="refuseClick(scope.row)">
|
||||
拒绝
|
||||
</el-button>
|
||||
<el-button size="mini" type="primary"
|
||||
:disabled="scope.row.status !== 1|| !isAuth('agent:jujue') "
|
||||
@click="passClicks(scope.row)">
|
||||
通过
|
||||
</el-button> <!-- -->
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
@ -65,83 +65,83 @@
|
|||
layout="total,sizes, prev, pager, next,jumper" :total="tableData.totalCount">
|
||||
</el-pagination>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="推广收益排行榜" name="second">
|
||||
<div>
|
||||
<div style="position: relative;display: inline-block;">
|
||||
<span>姓名:</span>
|
||||
<el-input style="width: 200px;" @keydown.enter.native="phoneSelectP" placeholder="请输入姓名"
|
||||
v-model="userName">
|
||||
</el-input>
|
||||
</div>
|
||||
<div style="position: relative;display: inline-block;">
|
||||
<span>电话:</span>
|
||||
<el-input style="width: 200px;" @keydown.enter.native="phoneSelectP" placeholder="请输入电话"
|
||||
v-model="phone">
|
||||
</el-input>
|
||||
</div>
|
||||
<el-button style="margin:10px;" size="mini" type="primary" icon="document" @click="phoneSelectP">查询
|
||||
</el-button>
|
||||
<el-button style="margin:10px;" size="mini" type="primary" icon="document" @click="cleansP">重置
|
||||
</el-button>
|
||||
</div>
|
||||
<el-table v-loading="tableDataLoading" :data="homeData.list">
|
||||
<el-table-column fixed prop="rankNum" label="排名" width="80">
|
||||
<template slot-scope="scope">
|
||||
<div>{{scope.$index+1}}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="userName" label="推广用户昵称" width="120">
|
||||
<template slot-scope="scope">
|
||||
<div style="color: #4f9dec;cursor: pointer;" @click="updatesvideo(scope.row)">
|
||||
{{scope.row.userName?scope.row.userName:'未绑定'}}
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="phone" label="手机号">
|
||||
</el-table-column>
|
||||
<el-table-column prop="sumMoney" label="总收益">
|
||||
</el-table-column>
|
||||
<el-table-column prop="artificerMoney" label="邀请师傅收益">
|
||||
</el-table-column>
|
||||
<el-table-column prop="userMoney" label="邀请用户收益">
|
||||
</el-table-column>
|
||||
<!-- <el-table-column prop="createTime" label="创建时间" width="160">
|
||||
</el-table-column> -->
|
||||
</el-table>
|
||||
<div style="text-align: center;margin-top: 10px;">
|
||||
<el-pagination @size-change="handleSizeChange1" @current-change="handleCurrentChange1"
|
||||
:page-sizes="[10, 20, 30, 40]" :page-size="limit" :current-page="page"
|
||||
layout="total,sizes, prev, pager, next,jumper" :total="homeData.totalCount">
|
||||
</el-pagination>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<!-- </el-tab-pane>-->
|
||||
<!-- <el-tab-pane label="推广收益排行榜" name="second">-->
|
||||
<!-- <div>-->
|
||||
<!-- <div style="position: relative;display: inline-block;">-->
|
||||
<!-- <span>姓名:</span>-->
|
||||
<!-- <el-input style="width: 200px;" @keydown.enter.native="phoneSelectP" placeholder="请输入姓名"-->
|
||||
<!-- v-model="userName">-->
|
||||
<!-- </el-input> -->
|
||||
<!-- </div>-->
|
||||
<!-- <div style="position: relative;display: inline-block;">-->
|
||||
<!-- <span>电话:</span>-->
|
||||
<!-- <el-input style="width: 200px;" @keydown.enter.native="phoneSelectP" placeholder="请输入电话"-->
|
||||
<!-- v-model="phone">-->
|
||||
<!-- </el-input> -->
|
||||
<!-- </div>-->
|
||||
<!-- <el-button style="margin:10px;" size="mini" type="primary" icon="document" @click="phoneSelectP">查询-->
|
||||
<!-- </el-button>-->
|
||||
<!-- <el-button style="margin:10px;" size="mini" type="primary" icon="document" @click="cleansP">重置-->
|
||||
<!-- </el-button> -->
|
||||
<!-- </div>-->
|
||||
<!-- <el-table v-loading="tableDataLoading" :data="homeData.list">-->
|
||||
<!-- <el-table-column fixed prop="rankNum" label="排名" width="80">-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- <div>{{scope.$index+1}}</div>-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <el-table-column prop="userName" label="推广用户昵称" width="120">-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- <div style="color: #4f9dec;cursor: pointer;" @click="updatesvideo(scope.row)">-->
|
||||
<!-- {{scope.row.userName?scope.row.userName:'未绑定'}}-->
|
||||
<!-- </div>-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <el-table-column prop="phone" label="手机号">-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <el-table-column prop="sumMoney" label="总收益">-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <el-table-column prop="artificerMoney" label="邀请师傅收益">-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <el-table-column prop="userMoney" label="邀请用户收益">-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <!– <el-table-column prop="createTime" label="创建时间" width="160">-->
|
||||
<!-- </el-table-column> –>-->
|
||||
<!-- </el-table>-->
|
||||
<!-- <div style="text-align: center;margin-top: 10px;">-->
|
||||
<!-- <el-pagination @size-change="handleSizeChange1" @current-change="handleCurrentChange1"-->
|
||||
<!-- :page-sizes="[10, 20, 30, 40]" :page-size="limit" :current-page="page"-->
|
||||
<!-- layout="total,sizes, prev, pager, next,jumper" :total="homeData.totalCount">-->
|
||||
<!-- </el-pagination>-->
|
||||
<!-- </div>-->
|
||||
<!-- </el-tab-pane>-->
|
||||
|
||||
<el-tab-pane label="推广商家统计" name="three">
|
||||
<div>
|
||||
<div style="position: relative;display: inline-block;">
|
||||
<span>推广来源:</span>
|
||||
<el-input style="width: 200px;" placeholder="请输入推广来源" v-model="source">
|
||||
</el-input>
|
||||
</div>
|
||||
<el-button style="margin:10px;" size="mini" type="primary" icon="document" @click="source_Select">查询
|
||||
</el-button>
|
||||
<el-button style="margin:10px;" size="mini" type="primary" icon="document" @click="cleansSource">重置
|
||||
</el-button>
|
||||
</div>
|
||||
<el-table v-loading="tableDataLoading" :data="sourceData">
|
||||
<el-table-column prop="scanningChannel" label="推广来源">
|
||||
</el-table-column>
|
||||
<el-table-column prop="scanningChannelCount" label="注册次数">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<div style="text-align: center;margin-top: 10px;">
|
||||
<el-pagination @size-change="handleSizeChange1" @current-change="handleCurrentChange1"
|
||||
:page-sizes="[10, 20, 30, 40]" :page-size="limit" :current-page="page"
|
||||
layout="total,sizes, prev, pager, next,jumper" :total="homeData.totalCount">
|
||||
</el-pagination>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<!-- <el-tab-pane label="推广商家统计" name="three">-->
|
||||
<!-- <div>-->
|
||||
<!-- <div style="position: relative;display: inline-block;">-->
|
||||
<!-- <span>推广来源:</span>-->
|
||||
<!-- <el-input style="width: 200px;" placeholder="请输入推广来源" v-model="source">-->
|
||||
<!-- </el-input> -->
|
||||
<!-- </div>-->
|
||||
<!-- <el-button style="margin:10px;" size="mini" type="primary" icon="document" @click="source_Select">查询-->
|
||||
<!-- </el-button>-->
|
||||
<!-- <el-button style="margin:10px;" size="mini" type="primary" icon="document" @click="cleansSource">重置-->
|
||||
<!-- </el-button> -->
|
||||
<!-- </div>-->
|
||||
<!-- <el-table v-loading="tableDataLoading" :data="sourceData">-->
|
||||
<!-- <el-table-column prop="scanningChannel" label="推广来源">-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <el-table-column prop="scanningChannelCount" label="注册次数">-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- </el-table>-->
|
||||
<!-- <div style="text-align: center;margin-top: 10px;">-->
|
||||
<!-- <el-pagination @size-change="handleSizeChange1" @current-change="handleCurrentChange1"-->
|
||||
<!-- :page-sizes="[10, 20, 30, 40]" :page-size="limit" :current-page="page"-->
|
||||
<!-- layout="total,sizes, prev, pager, next,jumper" :total="homeData.totalCount">-->
|
||||
<!-- </el-pagination>-->
|
||||
<!-- </div>-->
|
||||
<!-- </el-tab-pane>-->
|
||||
|
||||
<!-- <el-tab-pane label="代理商" name="second">
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue