From 14b98e0e3ec227de380c802d09505790d734f542 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Mon, 29 Mar 2021 17:34:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lesson/lessoncategory/edit/chapter/list.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/lesson/lessoncategory/edit/chapter/list.vue b/src/views/lesson/lessoncategory/edit/chapter/list.vue index 3447e06b9..323e3e191 100644 --- a/src/views/lesson/lessoncategory/edit/chapter/list.vue +++ b/src/views/lesson/lessoncategory/edit/chapter/list.vue @@ -65,14 +65,14 @@ export default { config: { data: [] } - }, - generateType: { - type: 'select', - label: this.$t('lesson.automaticOrManual'), - config: { - data: [{ value: '02', label: this.$t('lesson.automatic') }, { value: '01', label: this.$t('lesson.manual') }] - } } + // generateType: { + // type: 'select', + // label: this.$t('lesson.automaticOrManual'), + // config: { + // data: [{ value: '02', label: this.$t('lesson.automatic') }, { value: '01', label: this.$t('lesson.manual') }] + // } + // } } }, queryList: {