Commit e91e89a6 authored by 黄奎's avatar 黄奎

页面修改

parent 9ac19078
...@@ -161,7 +161,14 @@ ...@@ -161,7 +161,14 @@
</div> </div>
<div class="form-box"> <div class="form-box">
<el-form ref="form" class="MyEditForm"> <el-form ref="form" class="MyEditForm">
<p class="form-box-tit"><span class="radius"></span> 你正在把线索【{{guestInfo.ClueName}}】,标记为无效</p> <p class="form-box-tit"><span class="radius"></span>
<template v-if="guestInfo">
你正在把线索【{{guestInfo.ClueName}}】,标记为无效
</template>
<template v-else-if="customerInfo">
你正在把线索【{{customerInfo.CustomerName}}】,标记为无效
</template>
</p>
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">
<div class="MyEditForm-item label-pad-left"> <div class="MyEditForm-item label-pad-left">
...@@ -222,7 +229,6 @@ ...@@ -222,7 +229,6 @@
if (this.guestInfo) { if (this.guestInfo) {
this.saveMsg.GueustId = this.guestInfo.Id; this.saveMsg.GueustId = this.guestInfo.Id;
this.saveMsg.ClueName = this.guestInfo.ClueName; this.saveMsg.ClueName = this.guestInfo.ClueName;
} }
if (this.customerInfo) { if (this.customerInfo) {
this.saveMsg.CustomerId = this.customerInfo.CustomerId; this.saveMsg.CustomerId = this.customerInfo.CustomerId;
......
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