|
@@ -51,7 +51,7 @@ const fields = [
|
|
|
]
|
|
|
const opera = [
|
|
|
{ label: t('common.view'), method: 'view' },
|
|
|
- { label: t('common.exam'), method: 'exam', type: 'warning', display: (i) => i.status === '0' }
|
|
|
+ { label: t('common.exam'), method: 'exam', type: 'warning', display: (i) => i.status != '1' }
|
|
|
]
|
|
|
let skip = 0
|
|
|
let limit = inject('limit')
|