diff --git a/src/views/system/jd-instruction/index.vue b/src/views/system/jd-instruction/index.vue index e6a8a54..015493a 100644 --- a/src/views/system/jd-instruction/index.vue +++ b/src/views/system/jd-instruction/index.vue @@ -11,8 +11,10 @@ 执行 - 菜单 - 清空 + 慢单 + TF + + 清空 @@ -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 = []