Commit 35e8b8eb authored by zhengke's avatar zhengke

no message

parent 8f4b313c
......@@ -131,7 +131,7 @@
</tr>
<template v-if="isExsitList(1).length>0">
<tr v-for="item in isExsitList(1)" :key="item.FrID">
<td><span class="Team_income" @click="openDetails(item.FrID)">{{item.FrID}}</span>
<td><span class="Team_income" @click="openDetails(item)">{{item.FrID}}</span>
</td>
<td><span v-for="(subItem,i) in item.CostTypeList" :key="i">{{subItem}}</span></td>
<td>
......@@ -189,7 +189,7 @@
</tr>
<template v-if="isExsitList(2).length>0">
<tr v-for="item in isExsitList(2)" :key="item.FrID">
<td><span class="Team_income" @click="openDetails(item.FrID)">{{item.FrID}}</span>
<td><span class="Team_income" @click="openDetails(item)">{{item.FrID}}</span>
</td>
<td><span v-for="(subItem,i) in item.CostTypeList" :key="i">{{subItem}}</span></td>
<td>
......@@ -244,7 +244,7 @@
</tr>
<template v-if="isExsitList(3).length>0">
<tr v-for="item in isExsitList(3)" :key="item.FrID">
<td><span class="Team_income" @click="openDetails(item.FrID)">{{item.FrID}}</span>
<td><span class="Team_income" @click="openDetails(item)">{{item.FrID}}</span>
</td>
<td><span v-for="(subItem,i) in item.CostTypeList" :key="i">{{subItem}}</span></td>
<td>
......@@ -300,7 +300,7 @@
</tr>
<template v-if="isExsitList(4).length>0">
<tr v-for="item in isExsitList(4)" :key="item.FrID">
<td><span class="Team_income" @click="openDetails(item.FrID)">{{item.FrID}}</span>
<td><span class="Team_income" @click="openDetails(item)">{{item.FrID}}</span>
</td>
<td><span v-for="(subItem,i) in item.CostTypeList" :key="i">{{subItem}}</span></td>
<td>
......@@ -355,7 +355,7 @@
</tr>
<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><span class="Team_income" @click="openDetails(item)">{{item.FrID}}</span>
</td>
<td><span v-for="(subItem,i) in item.CostTypeList" :key="i">{{subItem}}</span></td>
<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