1
This commit is contained in:
@@ -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 = '慢单'
|
||||
|
||||
Reference in New Issue
Block a user