|
@@ -157,8 +157,7 @@ const opera = [
|
|
|
{ label: t('common.sign'), method: 'sign' },
|
|
|
{
|
|
|
label: t('common.update'),
|
|
|
- method: 'edit',
|
|
|
- display: (i) => i.is_use === '1' && i.match_status === '0'
|
|
|
+ method: 'edit'
|
|
|
},
|
|
|
{ label: t('common.exam'), method: 'exam', type: 'warning', display: (i) => i.status === '0' },
|
|
|
{
|