Commit 6604fa40 authored by youjie's avatar youjie

no message

parent eaf7675b
...@@ -256,8 +256,9 @@ ...@@ -256,8 +256,9 @@
<div class="Team_Incontent" style="margin-bottom:0;"> <div class="Team_Incontent" style="margin-bottom:0;">
<div class="TeamExpectList"> <div class="TeamExpectList">
<template v-for="(subItem,index) in DataList.ExpectedCutList"> <template v-for="(subItem,index) in DataList.ExpectedCutList">
<div style="margin-bottom:5px;">{{subItem.BranchName}} <template></template>{{subItem.expectedCut}}<span style="margin-left: 5px;font-size: 10px;" v-if="subItem.CurrencyName">{{subItem.CurrencyName}}</span> <div style="margin-bottom:5px;">{{subItem.BranchName}} <template></template>{{subItem.expectedCut}}
<span style="font-size: 10px;color: #ff9c00;margin-left: 5px;"> <span style="margin-left: 5px;font-size: 10px;" v-if="subItem.CurrencyName">{{subItem.CurrencyName}}</span>
<span style="font-size: 10px;color: #ff9c00;margin-left: 5px;" v-if="subItem.StandardMoney">
结算{{subItem.StandardMoney}}{{DataList.TeamBalance.StandardCurrencyName}} 结算{{subItem.StandardMoney}}{{DataList.TeamBalance.StandardCurrencyName}}
</span> </span>
</div> </div>
......
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