소스 검색

年限取值修改

rongxin_dev
庞东旭 6 일 전
부모
커밋
c4d7d19836
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      infoport/discussions.html

+ 2
- 2
infoport/discussions.html 파일 보기

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


불러오는 중...
취소
저장