Commit 833eaf04 authored by youjie's avatar youjie

no message

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