@@ -78,7 +78,7 @@ export default {
return (h, { row, index, column }) => {
return (
<div class='operation-btns'>
- {row.processStatus !== 'COST_IN_MERCHANT_CHECK'?
+ {row.processStatus == 'COST_IN_MERCHANT_CHECK'?
<div>
<el-button
size='mini'
@@ -76,7 +76,7 @@ export default {
- {row.processStatus !== 'COST_IN_SALES_CHECK'?<div>
+ {row.processStatus == 'COST_IN_SALES_CHECK'?<div>
type='text'