Commit 54f32fe5 authored by 黄奎's avatar 黄奎

审核流程调整

parent 75272c89
......@@ -151,7 +151,8 @@
<span>{{item.Title}}</span>
</el-tooltip>
</p>
<span>客户名称:{{item.CustomerName}}</span>
<p>客户名称:{{item.CustomerName}}</p>
<p>出团公司:{{item.OutBranchName}}</p>
</div>
</div>
<div class="_cent">
......@@ -234,8 +235,8 @@
<template
v-if="(item.AuditByName&&item.AuditByName!='')||(item.ManagerAduitName&&item.ManagerAduitName!='')">
<el-popover popper-class="salsSetPrice" trigger="click">
<div class="priceContentDiv">
<template v-if="item.ManagerAduitName&&item.ManagerAduitName!=''">
<template v-if="item.ManagerAduitName&&item.ManagerAduitName!=''">
<div class="priceContentDiv" style="margin-bottom:5px;">
<div>
<span>审批结果</span>
<span class="AuditDate">{{item.ManagerAduitDate}}</span>
......@@ -248,7 +249,9 @@
</template>
</div>
</template>
</div>
</template>
<div class="priceContentDiv">
<div>
<span>审批结果</span>
<span class="AuditDate">{{item.AuditDate}}</span>
......
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