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

no message

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