|
@@ -189,7 +189,7 @@ export default {
|
|
|
return (h, { row, index, column }) => {
|
|
|
return (
|
|
|
<div class='operation-btns'>
|
|
|
- {this.isTradeExaminer && row.orderStatus === 'WAIT' ? (
|
|
|
+ {this.isTradeExaminer && (row.orderStatus === 'WAIT' || row.orderStatus === 'OK' || row.orderStatus === 'FAIL') ? (
|
|
|
<el-button
|
|
|
size='mini'
|
|
|
type='text'
|