@@ -214,7 +214,7 @@ class OrderController extends Controller
'erpcancelflag'=>'接口取消标记',
'picking_print_flag'=>'拣货单打印标记',
'edisendflag'=>'接口回传标记',
- 'releasestatus'=>'订单冻结标记',
+ 'releasestatus'=>'订单冻结',
]];
$list=[];
@@ -156,7 +156,7 @@
<th>接口取消标记</th>
<th>拣货单打印标记</th>
<th>接口回传标记</th>
- <th>订单冻结标记</th>
+ <th>订单冻结</th>
</tr>
<tr v-for="(order,i) in orders" @click="selectedColor(order.orderno)" :style="{'font-weight': order.orderno==selectedStyle?'bold':''}">