Commit 4645dc42 authored by liudong1993's avatar liudong1993

1

parent 19a054e4
......@@ -500,7 +500,7 @@
<div class="divActive" v-show="msg.CustomerStatus==4"></div>
</li>
<li :class="{active:msg.CustomerStatus==0}" @click="clickGetList(0)">
签约结算客户
签约月结客户
<div class="divActive" v-show="msg.CustomerStatus==0"></div>
</li>
</div>
......@@ -747,7 +747,7 @@
</el-col>
<el-col :span="4">
<el-form-item label="签约结算客户" prop="SigningType">
<el-form-item label="签约月结客户" prop="SigningType">
<div style="display: flex;flex-wrap: nowrap;">
<div>
<el-checkbox v-model='addMsg.SigningType'>
......@@ -916,7 +916,7 @@
<el-form-item label="签约" prop="SigningType">
<div style="display: flex;flex-wrap: nowrap;">
<div>
<el-checkbox v-model='updateMsg.SigningType'>签约结算客户
<el-checkbox v-model='updateMsg.SigningType'>签约月结客户
</el-checkbox>
</div>
<div v-show="updateMsg.SigningType">
......
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