Commit 9cb320c2 authored by 黄奎's avatar 黄奎

页面修改

parent f4676434
...@@ -185,9 +185,9 @@ ...@@ -185,9 +185,9 @@
<th width="60">{{$t('ground.ldrtf')}}</th> <th width="60">{{$t('ground.ldrtf')}}</th>
<th width="120">{{$t('system.table_operation')}}</th> <th width="120">{{$t('system.table_operation')}}</th>
</tr> </tr>
<tbody v-for="(outItem,outindex) in list" :class="{dmcTotalSplitTrCss:outindex%2!=0}"> <tbody v-for="(outItem,outindex) in list" :class="{dmcTotalSplitTrCss:outindex%2!=0}" :key="outindex">
<template v-for="(item,index) in outItem.PriceCommonList"> <template v-for="(item,index) in outItem.PriceCommonList">
<tr> <tr :key="index">
<td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0'> <td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0'>
{{outItem.NewCombinationNum}} {{outItem.NewCombinationNum}}
</td> </td>
...@@ -380,7 +380,7 @@ ...@@ -380,7 +380,7 @@
<th>{{$t('fnc.danhao')}}</th> <th>{{$t('fnc.danhao')}}</th>
<th>{{$t('fnc.jine')}}</th> <th>{{$t('fnc.jine')}}</th>
</tr> </tr>
<tr v-for="(fnc, findex) in outItem.FinanceIds"> <tr v-for="(fnc, findex) in outItem.FinanceIds" :key="findex">
<td class="cursorpointer text-decoration" <td class="cursorpointer text-decoration"
@click="goFncUrl('FinancialDocumentsDetail', fnc.FinanceId)">{{fnc.FinanceId}}</td> @click="goFncUrl('FinancialDocumentsDetail', fnc.FinanceId)">{{fnc.FinanceId}}</td>
<td>{{moneyFormat(fnc.OriginalMoney)}}</td> <td>{{moneyFormat(fnc.OriginalMoney)}}</td>
...@@ -499,7 +499,7 @@ ...@@ -499,7 +499,7 @@
</div> </div>
</td> </td>
</tr> </tr>
<tr> <tr :key="index+100">
<td colspan="23" style="text-align: left!important;padding:0 20px;"> <td colspan="23" style="text-align: left!important;padding:0 20px;">
<div class="link"> <div class="link">
<p @click="getJourney(item)" style="padding-top:4px;">{{item.Title}}</p> <p @click="getJourney(item)" style="padding-top:4px;">{{item.Title}}</p>
......
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