1
This commit is contained in:
@@ -11,8 +11,10 @@
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="run" :loading="loading">执行</el-button>
|
||||
<el-button @click="fillMenu">菜单</el-button>
|
||||
<el-button @click="clearAll">清空</el-button>
|
||||
<el-button @click="fillMan">慢单</el-button>
|
||||
<el-button @click="fillTF">TF</el-button>
|
||||
<el-button @click="fillSheng">生</el-button>
|
||||
<el-button type="danger" @click="clearAll">清空</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
@@ -97,9 +99,16 @@ export default {
|
||||
this.$modal.msgError('执行失败,请稍后重试')
|
||||
})
|
||||
},
|
||||
fillMenu() {
|
||||
this.form.command = '京菜单'
|
||||
fillTF() {
|
||||
this.form.command = 'TF'
|
||||
},
|
||||
fillSheng() {
|
||||
this.form.command = '生'
|
||||
},
|
||||
fillMan() {
|
||||
this.form.command = '慢单'
|
||||
},
|
||||
|
||||
clearAll() {
|
||||
this.form.command = ''
|
||||
this.resultList = []
|
||||
|
||||
Reference in New Issue
Block a user