From 5936614b7ede08875cad52e353156f48fe304c64 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Sun, 26 Sep 2021 13:38:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A7=E8=81=94=E5=8E=BB=E9=99=A4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/generator/config.js | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/components/generator/config.js b/src/components/generator/config.js index d28f7e8..ee71fd5 100644 --- a/src/components/generator/config.js +++ b/src/components/generator/config.js @@ -170,16 +170,18 @@ export const selectComponents = [ changeTag: true, document: 'https://element.eleme.cn/#/zh-CN/component/cascader' }, - options: [{ - id: 1, - value: 1, - label: '选项1', - children: [{ - id: 2, - value: 2, - label: '选项1-1' - }] - }], + options: [ + // { + // id: 1, + // value: 1, + // label: '选项1', + // children: [{ + // id: 2, + // value: 2, + // label: '选项1-1' + // }] + // } + ], placeholder: '请选择', style: {width: '100%'}, props: {