|
|
@@ -80,13 +80,13 @@
|
|
|
<table class="table table-sm table-striped table-bordered table-hover card-body p-0 m-0" style="background: #fff;@cannot('订单管理-问题件-客户不可见')min-width: 3000px;@else min-width: 1990px; @endcannot">
|
|
|
<tr class="tr-yellow align-center">
|
|
|
<th class=" font-weight-bolder header-1" ></th>
|
|
|
- <th class="td-yellow font-weight-bolder original-class table-head-warning header-2">
|
|
|
+ <th class="td-yellow font-weight-bolder original-class table-head-warning header-2 text-center">
|
|
|
<span>原始运单</span>
|
|
|
<button class="btn btn-sm btn-outline-secondary float-right" v-if="isShowOrderInfo" @click="hideOrderInfo">
|
|
|
隐藏运单列
|
|
|
</button>
|
|
|
</th>
|
|
|
- <th class="font-weight-bolder header-3">
|
|
|
+ <th class="font-weight-bolder header-3 text-center">
|
|
|
<button class="btn btn-sm btn-outline-secondary float-left" v-if="isShowRejectedBill" @click="hideRejectedBill">
|
|
|
隐藏退单列
|
|
|
</button>
|