Sfoglia il codice sorgente

优化测试数据

flyzto 3 mesi fa
parent
commit
adadcb62b6
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      web/apps/web-antd/src/views/match/datatest/index.vue

+ 3 - 3
web/apps/web-antd/src/views/match/datatest/index.vue

@@ -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">