소스 검색

详情页面

rongxin_prod
张泽亮 2 년 전
부모
커밋
e1be99a813
1개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. +4
    -6
      src/views/project/projectDetail.vue

+ 4
- 6
src/views/project/projectDetail.vue 파일 보기

@@ -176,15 +176,13 @@
<p v-if="detail.biddingType == '自由竞价' && biddingTimeType != 2">友情提示:自由竞价方式下,竞价过程中不显示竞价记录!</p>
<table v-else width="100%" cellspacing="0">
<tr>
<td>出价人账号</td>
<td>姓名</td>
<td>出价价格</td>
<td>出价人</td>
<td>出价</td>
<td>状态</td>
<td>出价时间</td>
<td>时间</td>
</tr>
<tr v-for="(item,index) in biddinglistInformation" :key="index">
<td>{{ item.userAccount }}</td>
<td>{{ item.userName }}</td>
<td>{{ item.memberId }}</td>
<td>{{ item.money}}</td>
<template v-if="index==0">
<td style="color:#C21F3A">领先</td>


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