|
@@ -540,7 +540,7 @@ const toScore = (data) => {
|
|
|
matchInfo.value = data
|
|
|
dialog.value = { type: '4', show: true, title: t('pages.match.scoreDialogTitle') }
|
|
|
}
|
|
|
-// 查看初赛信息
|
|
|
+// 查看初审信息
|
|
|
const toPreliminary = (data) => {
|
|
|
matchInfo.value = data
|
|
|
dialog.value = { type: '5', show: true, title: t('pages.match.limiDialogTitle') }
|