|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
<div class="topOptions">
|
|
|
<div >
|
|
|
- <Treeselect :appId.sync="accountId" :multiple="false" request="2,4" ref="treeSelect" style="margin-bottom:8px;width:600px " />
|
|
|
+ <Treeselect :appId.sync="accountId" :multiple="false" request="2,4" ref="treeSelect" style="margin-bottom:8px;width:600px " />
|
|
|
</div>
|
|
|
<span class="optionBtn">
|
|
|
<a-button type='primary' @click="search" class="searchBtn">查询</a-button>
|
|
@@ -34,7 +34,6 @@
|
|
|
:pagination="ipagination"
|
|
|
:loading="loading"
|
|
|
@change="sort"
|
|
|
- :scroll="{'x':scrollX}"
|
|
|
|
|
|
>
|
|
|
<span slot="status" slot-scope="text,record">
|
|
@@ -90,22 +89,8 @@
|
|
|
<span slot="operator" slot-scope="text,record">
|
|
|
<a href="javascript:;" @click="goPlanList(record)">编辑</a>
|
|
|
<a-divider type="vertical" />
|
|
|
- <a href="javascript:;" @click="deleteRecord(record)">删除</a>
|
|
|
- <a-divider type="vertical" />
|
|
|
- <a-popover v-model="record.show" trigger="click" placement="topRight" @visibleChange='visibleChange'>
|
|
|
- <div slot="content">
|
|
|
- <span style='font-weight:700;margin-right:15px;font-size:15px'>修改后重提</span>
|
|
|
- <a-radio-group v-model="examineAgainType" >
|
|
|
- <a-radio :value="1">修改广告语</a-radio>
|
|
|
- <a-radio :value="0">修改封面</a-radio>
|
|
|
- </a-radio-group>
|
|
|
- <a-button type='default' @click="examineAgainCancel(record)" size='small' style='margin-right:10px'>取消</a-button>
|
|
|
- <a-button type='primary' @click="examineAgainOk(record)" size='small' class="ok">重提</a-button>
|
|
|
- </div>
|
|
|
- <a href="javascript:;" type='primary' @click="()=>{record.show=true}">一键重提</a>
|
|
|
-
|
|
|
- </a-popover>
|
|
|
- <a-divider type="vertical" />
|
|
|
+ <!-- <a href="javascript:;" @click="deleteRecord(record)">删除</a>
|
|
|
+ <a-divider type="vertical" /> -->
|
|
|
<a-popover v-model="record.visible" trigger="click" placement="topLeft" @visibleChange='visibleChange'>
|
|
|
<span slot="title">出价</span>
|
|
|
<template slot="content" style="width:300px;">
|
|
@@ -122,12 +107,43 @@
|
|
|
</template>
|
|
|
<a href="javascript:;" type='primary' @click="()=>{record.visible=true}">修改出价</a>
|
|
|
</a-popover>
|
|
|
+
|
|
|
<!-- <a-divider type="vertical" />
|
|
|
- <a @click="goExplore(record)">加速探索</a> -->
|
|
|
+ -->
|
|
|
+ <a-divider type="vertical" />
|
|
|
+
|
|
|
+ <a-dropdown>
|
|
|
+ <a class="ant-dropdown-link" @click="e => e.preventDefault()">
|
|
|
+ 更多
|
|
|
+ </a>
|
|
|
+ <a-menu slot="overlay">
|
|
|
+ <a-menu-item>
|
|
|
+ <a @click="goExplore(record)">加速探索</a>
|
|
|
+ </a-menu-item>
|
|
|
+ <a-menu-item>
|
|
|
+ <a-popover v-model="record.show" trigger="click" placement="topRight" @visibleChange='visibleChange'>
|
|
|
+ <div slot="content">
|
|
|
+ <span style='font-weight:700;margin-right:15px;font-size:15px'>修改后重提</span>
|
|
|
+ <a-radio-group v-model="examineAgainType" >
|
|
|
+ <a-radio :value="1">修改广告语</a-radio>
|
|
|
+ <a-radio :value="0">修改封面</a-radio>
|
|
|
+ </a-radio-group>
|
|
|
+ <a-button type='default' @click="examineAgainCancel(record)" size='small' style='margin-right:10px'>取消</a-button>
|
|
|
+ <a-button type='primary' @click="examineAgainOk(record)" size='small' class="ok">重提</a-button>
|
|
|
+ </div>
|
|
|
+ <a href="javascript:;" type='primary' @click="()=>{record.show=true}">一键重提</a>
|
|
|
+
|
|
|
+ </a-popover>
|
|
|
+ </a-menu-item>
|
|
|
+ <a-menu-item>
|
|
|
+ <a href="javascript:;" @click="deleteRecord(record)">删除</a>
|
|
|
+ </a-menu-item>
|
|
|
+ </a-menu>
|
|
|
+ </a-dropdown>
|
|
|
</span>
|
|
|
- <span slot="action" slot-scope="text,record">
|
|
|
+ <!-- <span slot="action" slot-scope="text,record">
|
|
|
<a @click="goExplore(record)">加速探索</a>
|
|
|
- </span>
|
|
|
+ </span> -->
|
|
|
|
|
|
|
|
|
</a-table>
|
|
@@ -161,7 +177,6 @@ const strategyColumns = [
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'status' },
|
|
|
width:110,
|
|
|
-
|
|
|
},
|
|
|
{
|
|
|
title: '所属账户名称',
|
|
@@ -169,7 +184,7 @@ const strategyColumns = [
|
|
|
key: 'authName',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'authName' },
|
|
|
- width:300
|
|
|
+ width:200,
|
|
|
},
|
|
|
{
|
|
|
title: '所属账户ID',
|
|
@@ -222,17 +237,17 @@ const strategyColumns = [
|
|
|
key: 'operator',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'operator' },
|
|
|
- width:350,
|
|
|
-
|
|
|
},
|
|
|
- {
|
|
|
- title: '探索工具',
|
|
|
- dataIndex: 'action',
|
|
|
- key: 'action',
|
|
|
- align: 'center',
|
|
|
- scopedSlots: { customRender: 'action' }
|
|
|
+// {
|
|
|
+// title: '探索工具',
|
|
|
+// dataIndex: 'action',
|
|
|
+// key: 'action',
|
|
|
+// align: 'center',
|
|
|
+// scopedSlots: { customRender: 'action' },
|
|
|
+// fixed:'right',
|
|
|
+// width:150,
|
|
|
|
|
|
- },
|
|
|
+// },
|
|
|
|
|
|
];
|
|
|
|
|
@@ -264,7 +279,7 @@ export default {
|
|
|
strategyState:undefined,
|
|
|
strategyName:'',
|
|
|
strategyId:undefined,
|
|
|
- scrollX:0,
|
|
|
+ scrollX:1400,
|
|
|
ipagination: {
|
|
|
current: 1,
|
|
|
pageSize: 10,
|