|
|
|
@ -194,13 +194,14 @@ export default {
|
|
|
|
['follow_by_merchant','el-icon-s-comment'],
|
|
|
|
['follow_by_merchant','el-icon-s-comment'],
|
|
|
|
['accept_by_merchant','el-icon-s-promotion'],
|
|
|
|
['accept_by_merchant','el-icon-s-promotion'],
|
|
|
|
['return_by_merchant','el-icon-refresh-left'],
|
|
|
|
['return_by_merchant','el-icon-refresh-left'],
|
|
|
|
['confirm_by_merchant','el-icon-check'],
|
|
|
|
// ['confirm_by_merchant','el-icon-check'],
|
|
|
|
['mark_cancel_by_merchant','el-icon-circle-close'],
|
|
|
|
['mark_cancel_by_merchant','el-icon-circle-close'],
|
|
|
|
['finish_by_merchant','el-icon-edit-outline']
|
|
|
|
['finish_by_merchant','el-icon-edit-outline']
|
|
|
|
])
|
|
|
|
])
|
|
|
|
let btns = []
|
|
|
|
let btns = []
|
|
|
|
if(typeof row?.merchant_actions == 'object'){
|
|
|
|
if(typeof row?.merchant_actions == 'object'){
|
|
|
|
for(let key in row.merchant_actions){
|
|
|
|
for(let key in row.merchant_actions){
|
|
|
|
|
|
|
|
if(key!="confirm_by_merchant"){
|
|
|
|
btns.push(
|
|
|
|
btns.push(
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
@ -224,6 +225,8 @@ export default {
|
|
|
|
}>{row.merchant_actions[key]}</el-button>
|
|
|
|
}>{row.merchant_actions[key]}</el-button>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
btns.push(
|
|
|
|
btns.push(
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
|