Browse Source

年限取值修改

rongxin_dev
庞东旭 19 hours ago
parent
commit
c4d7d19836
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      infoport/discussions.html

+ 2
- 2
infoport/discussions.html View File

@@ -155,8 +155,8 @@
{{each newList2 as value i}}
<div class="new_list_li">
<a href="discussionsDetail_02.html?id={{value.code}}">{{value.name}}</a>
<p style="flex: .5;">{{value.secondParty}}</p>
<p style="text-align: center;">{{value.startTime}} ~ {{value.endTime}}</p>
<p style="flex: 1;">{{value.secondParty}}</p>
<p style="flex: .5;text-align: center;">{{value.contractYears}}年</p>
<p style="flex: .5;">{{value.totalAmount}}元</p>
</div>
{{/each}}


Loading…
Cancel
Save