lixuan #3

Merged
lixuan merged 2 commits from lixuan into master 2 years ago
  1. 2
      src/views/order/index.vue
  2. 2
      src/views/refineryAccount/index.vue

@ -134,7 +134,7 @@
<el-link type="primary" :underline="false" @click="detail(row)"
>详情</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-popconfirm

@ -36,7 +36,7 @@
<div class="table">
<div class="operation">
<!-- <el-button @click="addition">新增炼厂账户</el-button> -->
<el-button @click="addition">充值</el-button>
<!-- <el-button @click="addition">充值</el-button> -->
</div>
<el-table
v-if="tableHeight"

Loading…
Cancel
Save