|
|
@@ -662,12 +662,12 @@
|
|
|
<table ng-table="seekPurchaseTableParams">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th width="178">买家/发布时间</th>
|
|
|
+ <th width="180">买家/发布时间</th>
|
|
|
<th width="245">类目/品牌</th>
|
|
|
<th width="245">型号/规格</th>
|
|
|
<th width="110">采购数量(PCS)</th>
|
|
|
- <th width="124">剩余时间</th>
|
|
|
- <th width="88">操作</th>
|
|
|
+ <th width="130">剩余时间</th>
|
|
|
+ <th width="90">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody ng-repeat="seek in $data track by $index" ng-class="{'active': seek.$active, 'hover': seek.$hover && (seek.status == 201 || seek.status == 202)}">
|