|
@@ -140,7 +140,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="fixed__btn__panel">
|
|
<div class="fixed__btn__panel">
|
|
<el-button size="small" type="danger" @click="onAudit('不通过')" class="normal-btn-width">审核不通过</el-button>
|
|
<el-button size="small" type="danger" @click="onAudit('不通过')" class="normal-btn-width">审核不通过</el-button>
|
|
- <el-button size="small" type="success" @click="onAudit('通过')" class="normal-btn-width" v-if="isrepeat">审核通过</el-button>
|
|
|
|
|
|
+ <el-button size="small" type="success" @click="onAudit('通过')" class="normal-btn-width" v-if="!isrepeat">审核通过</el-button>
|
|
</div>
|
|
</div>
|
|
</el-drawer>
|
|
</el-drawer>
|
|
<duplicateCheck :data="form" ref="checkRef" @checkSuccess="checkSuccess" @onSuccess="onClose" @isDuplicate="isDuplicate" v-show="false" title="已存在重复客户,当前线索不可转化客户"></duplicateCheck>
|
|
<duplicateCheck :data="form" ref="checkRef" @checkSuccess="checkSuccess" @onSuccess="onClose" @isDuplicate="isDuplicate" v-show="false" title="已存在重复客户,当前线索不可转化客户"></duplicateCheck>
|