Commit 69336d76 authored by zhengke's avatar zhengke

修改显示问题

parent 72d8aa2c
......@@ -406,18 +406,12 @@
<template v-for="(item,index) in dataList.AuditSteps">
<p>{{item.AuditDescription}}
<template v-if="item.Status===2">
<span class="_r_name" v-for="(s,si) in item.AuditRecordList">{{s.AuditName}} </span>
<span class="_r_name" v-if="s.AuditStatus==2" v-for="(s,si) in item.AuditRecordList">{{s.AuditName}} </span>
</template>
</p>
</template>
</div>
</div>
<!-- <div style="margin:20px 0;">
<input type="button" class="hollowFixedBtn" value="修改"/>
<input type="button" class="hollowFixedBtn" value="删除"/>
<input type="button" class="hollowFixedBtn" value="部门经理审核"/>
<input type="button" class="hollowFixedBtn" value="打印单据"/>
</div> -->
</div>
<!-- <div class="Ca_rightFile">
<div class="_addUpload_box" v-for="item in dataList.SBankList">
......
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