Commit 833eaf04 authored by youjie's avatar youjie

no message

parent d7600d60
......@@ -428,8 +428,12 @@
{{$t('salesModule.BlackListCustomers')}}
<div class="divActive" v-show="type==4"></div>
</li>
<li :class="{active:type==5}" @click="type=5">
签约客户
<div class="divActive" v-show="type==5"></div>
</li>
</div>
<div class="_mc_list _scrollbar" :class="addShow==true?'_edHeight':''">
<div v-if="type!=5" class="_mc_list _scrollbar" :class="addShow==true?'_edHeight':''">
<table class="MycustomerTable singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr>
<th>姓名</th>
......@@ -516,6 +520,7 @@
layout="total,prev, pager, next, jumper" :page-size="this.msg.pageSize" :total="total">
</el-pagination>
</div>
<signedClient v-if="type==5"></signedClient>
<!-- 新增客户信息 -->
<div class="_mc_edit _scrollbar" :class="addShow==true?'edHeightOne':''">
<p class="_tit">{{$t('salesModule.addCustomer')}}
......@@ -864,7 +869,11 @@
</div>
</template>
<script>
import signedClient from './signedClient'
export default {
components:{
signedClient
},
data() {
return {
saveMsg: [],
......
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