|
|
@ -116,7 +116,9 @@ |
|
|
|
<el-link slot="reference" type="primary" :underline="false">订单锁定</el-link> |
|
|
|
<el-link slot="reference" type="primary" :underline="false">订单锁定</el-link> |
|
|
|
</el-popconfirm> |
|
|
|
</el-popconfirm> |
|
|
|
|
|
|
|
|
|
|
|
<el-link v-if="row.orderStatus == 'ORDER_LOCKED'" type="primary" :underline="false" @click="confirmSubmit(row)">下单确认</el-link> |
|
|
|
<el-popconfirm v-if="row.orderStatus == 'ORDER_LOCKED'" title="是否确认下单?" icon-color="red" @confirm="confirmSubmit(row)"> |
|
|
|
|
|
|
|
<el-link slot="reference" type="primary" :underline="false">下单确认</el-link> |
|
|
|
|
|
|
|
</el-popconfirm> |
|
|
|
|
|
|
|
|
|
|
|
<el-popconfirm |
|
|
|
<el-popconfirm |
|
|
|
:title="row.orderStatus == 'SUBMITED' || row.orderStatus == 'ORDER_LOCKED' ? '是否确认取消订单?' : '是否确认退款?'" |
|
|
|
:title="row.orderStatus == 'SUBMITED' || row.orderStatus == 'ORDER_LOCKED' ? '是否确认取消订单?' : '是否确认退款?'" |
|
|
|