|
@@ -187,7 +187,7 @@ const fields = [
|
|
|
{ label: t('pages.match.status'), model: 'status', format: (i) => getDict(i, 'status') }
|
|
|
]
|
|
|
const opera = [
|
|
|
- { label: t('common.sign'), method: 'sign' },
|
|
|
+ { label: t('common.sign'), method: 'sign', type: 'warning' },
|
|
|
{
|
|
|
label: t('common.update'),
|
|
|
method: 'edit'
|