diff --git a/src/views/order/component/actions.vue b/src/views/order/component/actions.vue index 3c98482..74473fa 100644 --- a/src/views/order/component/actions.vue +++ b/src/views/order/component/actions.vue @@ -42,9 +42,13 @@ export default { }, actionRender(){ if(!this.row?.admin_actions) return + // if(this.row.order_state=='finished'&&this.row.state=='canceled_by_merchant'){ + // this.row.admin_actions['confirm_merchant_cancel'] = '确认商家无效单' + // // console.log(this.row.order_state&&this.row.state,this.row.admin_actions) + // } let keys = Object.keys(this.row.admin_actions) - + // console.log(keys) return keys.map(item => { return (