|
|
@@ -173,15 +173,15 @@
|
|
|
<tr>
|
|
|
<th>企业名称</th>
|
|
|
<th width="200">产品名称</th>
|
|
|
- <th width="200">产品型号</th>
|
|
|
+ <th width="250">产品型号</th>
|
|
|
<th width="150">发布日期</th>
|
|
|
<th width="150">报价截止日期</th>
|
|
|
- <th width="60"></th>
|
|
|
+ <th width="100"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr ng-click="toDetail(inquiryItem.id)" title="查看详情" ng-repeat="inquiryItem in $data">
|
|
|
- <td><img src="static/img/icon/inquiry.png" /><em>询价信息</em><a>{{::inquiryItem.inquiry.enterprise.enName}}</a></td>
|
|
|
+ <td><img src="static/img/icon/inquiry.png" /><a>{{::inquiryItem.inquiry.enterprise.enName}}</a></td>
|
|
|
<td>{{::inquiryItem.product.title}}</td>
|
|
|
<td>{{::inquiryItem.product.spec}}</td>
|
|
|
<td>{{::inquiryItem.inquiry.date| date: 'yyyy-MM-dd'}}</td>
|