This commit is contained in:
2025-11-01 14:28:44 +08:00
parent fa2e00f9bc
commit ecf8285856

View File

@@ -15,6 +15,7 @@
<el-button @click="fillTF">TF</el-button>
<el-button @click="fillSheng"></el-button>
<el-button type="success" @click="fillFan"></el-button>
<el-button type="success" @click="fillPDD">拼多多</el-button>
<el-button type="danger" @click="clearAll">清空</el-button>
</el-form-item>
</el-form>
@@ -233,6 +234,10 @@ export default {
this.form.command = '生\r\nF'
this.run()
},
fillPDD() {
this.form.command = '拼多多'
this.run()
},
async fillMan() {
// 先尝试查询今天的数据
this.form.command = '慢单'