|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
<div class="toolbox-automate-rules-create-content_title">
|
|
|
<h3>账户配置信息</h3>
|
|
|
- <a-button type='primary' @click="goCreateStrategy" class="goCreateStrategy">新建配置信息</a-button>
|
|
|
+ <a-button type='primary' @click="goNewConfigInfo" class="goNewConfigInfo">新建配置信息</a-button>
|
|
|
</div>
|
|
|
|
|
|
<div class="topOptions">
|
|
@@ -50,12 +50,8 @@
|
|
|
<span class="OptinItem">
|
|
|
<a-input-search placeholder="策略ID" v-model="strategyId" style="width: 280px" />
|
|
|
</span>
|
|
|
- <!-- <span class="OptinItem">
|
|
|
- <a-input-search placeholder="所属账户" v-model="accountId" style="width: 300px" />
|
|
|
- </span> -->
|
|
|
<span class="optionBtn">
|
|
|
<a-button type='primary' @click="search" class="searchBtn">查询</a-button>
|
|
|
- <!-- <a-button type='default' @click="reset">重置</a-button> -->
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="tableArea">
|
|
@@ -65,7 +61,6 @@
|
|
|
<template slot="title" >
|
|
|
这里可以批量启动、暂停、删除你的选择哦~
|
|
|
</template>
|
|
|
- <!-- <a-button type="link" @click="changeSelectStatus">批量操作</a-button> -->
|
|
|
<span >批量操作:</span>
|
|
|
</a-tooltip>
|
|
|
</span>
|
|
@@ -592,8 +587,8 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
methods: {
|
|
|
- goCreateStrategy(){
|
|
|
- this.$router.push('/autoLaunch/newStrategy')
|
|
|
+ goNewConfigInfo(){
|
|
|
+ this.$router.push('/autoLaunch/configLaunchInfo')
|
|
|
},
|
|
|
goPlanList(record){
|
|
|
console.log(record)
|
|
@@ -1071,7 +1066,7 @@ export default {
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
}
|
|
|
- .goCreateStrategy{
|
|
|
+ .goNewConfigInfo{
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
top: 4px;
|