Explorar el Código

年限取值修改

rongxin_dev
庞东旭 hace 15 horas
padre
commit
c4d7d19836
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      infoport/discussions.html

+ 2
- 2
infoport/discussions.html Ver fichero

@@ -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}}


Cargando…
Cancelar
Guardar