Commit 678cdf61 authored by 罗超's avatar 罗超

no message

parent 3e658841
...@@ -586,6 +586,8 @@ ...@@ -586,6 +586,8 @@
if (type === 3) { if (type === 3) {
this.multipleSelection.push(this.CustomerId) this.multipleSelection.push(this.CustomerId)
} }
this.transferVisible = true
return
if(this.ruleList.length==0){ if(this.ruleList.length==0){
this.transferVisible = true this.transferVisible = true
}else{ }else{
......
...@@ -24,13 +24,12 @@ ...@@ -24,13 +24,12 @@
padding: 15px 20px; padding: 15px 20px;
background:rgba(255,255,255,1); background:rgba(255,255,255,1);
} }
.add-box{ .add_box{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items:baseline justify-content: space-between;
} }
.addSearch{ .addSearch{
flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -84,11 +83,11 @@ ...@@ -84,11 +83,11 @@
<p><span></span>分配规则</p> <p><span></span>分配规则</p>
<span icon="el-icon-close"></span> <span icon="el-icon-close"></span>
</div> </div>
<div class="add-box"> <div class="add_box">
<div class="addSearch"> <div class="addSearch">
<div class="addSearch-left"> <div class="addSearch-left">
<span>选择:</span> <span>选择:</span>
<el-input placeholder="关键词进行过滤"/> <el-input placeholder="关键词进行过滤" v-model="filterText"/>
</div> </div>
<div class="addCenter-left"> <div class="addCenter-left">
<div class="addCenter-hidden"> <div class="addCenter-hidden">
...@@ -129,8 +128,8 @@ ...@@ -129,8 +128,8 @@
</div> </div>
</div> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" class="add-box-btn" @click="clickSure">确 定</el-button> <el-button type="primary" class="add_box-btn" @click="clickSure">确 定</el-button>
<el-button class="add-box-btn add-box-cancel" @click="dialogTableVisible = false">取 消</el-button> <el-button class="add_box-btn add_box-cancel" @click="dialogTableVisible = false">取 消</el-button>
</div> </div>
</el-dialog> </el-dialog>
</template> </template>
......
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