Compare commits
3 Commits
ecaadfc5d1
...
2f54891e52
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f54891e52 | |||
|
|
f1155ab567 | ||
|
|
f0013e66a4 |
@@ -134,7 +134,7 @@
|
|||||||
<el-link type="primary" :underline="false" @click="detail(row)"
|
<el-link type="primary" :underline="false" @click="detail(row)"
|
||||||
>详情</el-link
|
>详情</el-link
|
||||||
>
|
>
|
||||||
<el-link v-show="row.orderStatus!=='SUBMITED'&&row.orderStatus!=='ORDER_LOCKED'&&row.payStatus!=='REFUNDED'" type="primary" :underline="false" @click="billOfLading(row)"
|
<el-link v-show="row.orderStatus!=='SUBMITED'&&row.orderStatus!=='ORDER_LOCKED'" type="primary" :underline="false" @click="billOfLading(row)"
|
||||||
>提货单</el-link
|
>提货单</el-link
|
||||||
>
|
>
|
||||||
<el-popconfirm
|
<el-popconfirm
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
<div class="table">
|
<div class="table">
|
||||||
<div class="operation">
|
<div class="operation">
|
||||||
<!-- <el-button @click="addition">新增炼厂账户</el-button> -->
|
<!-- <el-button @click="addition">新增炼厂账户</el-button> -->
|
||||||
<el-button @click="addition">充值</el-button>
|
<!-- <el-button @click="addition">充值</el-button> -->
|
||||||
</div>
|
</div>
|
||||||
<el-table
|
<el-table
|
||||||
v-if="tableHeight"
|
v-if="tableHeight"
|
||||||
|
|||||||
Reference in New Issue
Block a user