|
@@ -312,7 +312,7 @@ const fields = [
|
|
|
{ label: t('pages.match.status'), model: 'status', format: (i) => getDict(i, 'status') }
|
|
|
]
|
|
|
const opera = [
|
|
|
- { label: t('common.preliminary'), method: 'preliminary', display: (i) => i.form === '4' && i.status === '1' },
|
|
|
+ // { label: t('common.preliminary'), method: 'preliminary', display: (i) => i.form === '4' && i.status === '1' },
|
|
|
{ label: t('common.ext'), method: 'ext', display: (i) => i.form === '4' && i.status === '1' },
|
|
|
{ label: t('common.score'), method: 'score', display: (i) => i.match_status == '2' && i.form != '3' && i.form != '4' },
|
|
|
{ label: t('common.sign'), method: 'sign', type: 'warning', display: (i) => i.form != '4' },
|