Commit 598a0f61 authored by zhengke's avatar zhengke

Merge branch 'master' of http://gitlab.oytour.com/huaguohao/crm

parents a90d656d f7625c6c
......@@ -348,8 +348,8 @@
<th width='180'>审核状态</th>
<th width="200">当前审核人</th>
</tr>
<template v-if="isExsitList(4).length>0">
<tr v-for="item in isExsitList(4)" :key="item.FrID">
<template v-if="isExsitList(5).length>0">
<tr v-for="item in isExsitList(5)" :key="item.FrID">
<td><span class="Team_income" @click="openDetails(item.FrID)">{{item.FrID}}</span>
</td>
<td><span v-for="(subItem,i) in item.CostTypeList" :key="i">{{subItem}}</span></td>
......
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