|
@@ -41,9 +41,13 @@
|
41
|
41
|
<td :colspan="item.details.length" v-if="index == 0">{{ item.total }}</td>
|
42
|
42
|
</tr>
|
43
|
43
|
</div>
|
44
|
|
- <tr v-for="(item,index) in info.transBody.outputlist2" :key="index">
|
45
|
|
- <td colspan="2">{{getValue(item)}}</td>
|
46
|
|
- <td>合计: {{info.transBody.akc264?info.transBody.akc264:0}}元</td>
|
|
44
|
+ <tr>
|
|
45
|
+ <td colspan="7">
|
|
46
|
+ <div style="display:flex;flez-wrap:wrap;">
|
|
47
|
+ <div style="width:33%;" v-for="(item,index) in info.transBody.outputlist2" :key="index">{{getValue(item)}}</div>
|
|
48
|
+ </div>
|
|
49
|
+ </td>
|
|
50
|
+ <td>合计: {{info.transBody.akc264?info.transBody.akc264:0}}元</td>
|
47
|
51
|
</tr>
|
48
|
52
|
<tr>
|
49
|
53
|
<td colspan="7">
|