|
|
@@ -25,7 +25,7 @@ watch(selectedTestMode, () => {
|
|
|
});
|
|
|
|
|
|
const updateTime = () => {
|
|
|
- currentTime.value = new Date().toLocaleString('zh-CN')
|
|
|
+ currentTime.value = new Date().toLocaleString('zh-CN');
|
|
|
}
|
|
|
|
|
|
const idsInput = (value) => {
|
|
|
@@ -154,8 +154,8 @@ onMounted(() => {
|
|
|
<Radio value="">全部</Radio>
|
|
|
</RadioGroup>
|
|
|
</Form.Item>
|
|
|
- <Form.Item label="ID列表:">
|
|
|
- <Input v-model:value="idsText" @input="idsInput" />
|
|
|
+ <Form.Item label="目标赛事ID:">
|
|
|
+ <Input v-model:value="idsText" placeholder="请输入赛事ID,多个ID用逗号分隔" @input="idsInput" />
|
|
|
</Form.Item>
|
|
|
<Form.Item>
|
|
|
<Button @click="refreshData" :disabled="buttonDisabled">
|