Commit 22b96f0c authored by tanghao's avatar tanghao

订单转换逻辑调整

parent dfc800e1
...@@ -100,14 +100,14 @@ ...@@ -100,14 +100,14 @@
class="ml-1" class="ml-1"
style="font-size: 12px" style="font-size: 12px"
type="primary" type="primary"
v-if="row.status == 'un_convert'" v-if="row.status == 'un_convert'|| row.status == 'un_confirm'"
@click="confirmChange(row)" @click="confirmChange(row)"
>转换</el-link >转换</el-link
> >
<el-link <el-link
class="ml-1" class="ml-1"
style="font-size: 12px" style="font-size: 12px"
v-if="row.status == 'un_confirm' || row.status == 'converted'" v-if="row.status == 'converted' || row.status == 'converted'"
type="primary" type="primary"
@click="confirmOrderStatus(row)" @click="confirmOrderStatus(row)"
>确认</el-link >确认</el-link
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment