From f6ab8d4f9f318a70bccbaf2aa2232b9745e5c2dc Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Tue, 30 Jan 2024 01:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A4=BA=E4=BE=8B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/crud/components/form/layout.vue | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/modules/demo/views/crud/components/form/layout.vue b/src/modules/demo/views/crud/components/form/layout.vue index 4f60ab1..4ebf73b 100644 --- a/src/modules/demo/views/crud/components/form/layout.vue +++ b/src/modules/demo/views/crud/components/form/layout.vue @@ -55,25 +55,7 @@ function open() { label: "标签", prop: "label", component: { - name: "el-select", - options: [ - { - label: "javascript", - value: 1 - }, - { - label: "vue", - value: 2 - }, - { - label: "html", - value: 3 - }, - { - label: "css", - value: 4 - } - ] + name: "el-input" } }, {