1
This commit is contained in:
@@ -12,15 +12,17 @@
|
|||||||
<el-form-item class="button-group">
|
<el-form-item class="button-group">
|
||||||
<el-button type="primary" size="medium" @click="run" :loading="loading">执行</el-button>
|
<el-button type="primary" size="medium" @click="run" :loading="loading">执行</el-button>
|
||||||
<el-button type="danger" size="medium" @click="clearAll">清空</el-button>
|
<el-button type="danger" size="medium" @click="clearAll">清空</el-button>
|
||||||
</el-form-item>
|
|
||||||
<el-form-item class="button-group">
|
|
||||||
<el-button size="medium" @click="fillMan">慢单</el-button>
|
<el-button size="medium" @click="fillMan">慢单</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item class="button-group">
|
<el-form-item class="button-group">
|
||||||
<el-button size="medium" @click="fillTF">TF</el-button>
|
<el-button size="success" @click="fillSheng">生</el-button>
|
||||||
<el-button type="success" size="medium" @click="fillFan">凡</el-button>
|
<el-button size="primary" @click="fillTF">腾峰</el-button>
|
||||||
<el-button type="success" size="medium" @click="fillPDD">拼多多</el-button>
|
<el-button type="primary" size="medium" @click="fillFan">凡</el-button>
|
||||||
<el-button size="medium" @click="fillSheng">生</el-button>
|
<el-button type="primary" size="medium" @click="fillWen">纹</el-button>
|
||||||
|
<el-button type="primary" size="medium" @click="fillHong">鸿</el-button>
|
||||||
|
<el-button type="primary" size="medium" @click="fillPDD">拼多多</el-button>
|
||||||
|
<el-button type="primary" size="medium" @click="fillPDDWen">拼多多-纹</el-button>
|
||||||
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
||||||
@@ -238,8 +240,20 @@ export default {
|
|||||||
this.form.command = '生\r\nF'
|
this.form.command = '生\r\nF'
|
||||||
this.run()
|
this.run()
|
||||||
},
|
},
|
||||||
|
fillWen() {
|
||||||
|
this.form.command = '生\r\nW'
|
||||||
|
this.run()
|
||||||
|
},
|
||||||
|
fillHong() {
|
||||||
|
this.form.command = '生\r\nF'
|
||||||
|
this.run()
|
||||||
|
},
|
||||||
fillPDD() {
|
fillPDD() {
|
||||||
this.form.command = '拼多多'
|
this.form.command = '拼多多\r\n'
|
||||||
|
this.run()
|
||||||
|
},
|
||||||
|
fillPDD() {
|
||||||
|
this.form.command = '拼多多 W\r\n'
|
||||||
this.run()
|
this.run()
|
||||||
},
|
},
|
||||||
async fillMan() {
|
async fillMan() {
|
||||||
|
|||||||
Reference in New Issue
Block a user