|
|
@@ -84,8 +84,8 @@
|
|
|
<table border="1" style="width: 100%;border-collapse: collapse;text-align: center;table-layout: fixed;font-size: 14px" >
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>承运商</th>
|
|
|
- <th style="width: 60px">数量</th>
|
|
|
+ <th style="width: 130px">承运商</th>
|
|
|
+ <th>数量</th>
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
@@ -96,7 +96,7 @@
|
|
|
</td>
|
|
|
<td style="word-wrap: break-word;"><span :style="item.hours>=2?'color:#ee0a24;font-weight: 500':''">{{item.residualOrderQty}}单</span></td>
|
|
|
<td>
|
|
|
- <van-button type="danger" size="mini" @click="remove(item)" >结束攒单</van-button>
|
|
|
+<!-- <van-button type="danger" size="mini" @click="remove(item)" >结束攒单</van-button>-->
|
|
|
<van-button type="primary" size="mini" @click="onSubCreateTask(item)" >获取任务</van-button>
|
|
|
</td>
|
|
|
</tr>
|