From 8cb4024a05817c0468dd25437b3d20a18cb63f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Mon, 17 Oct 2022 18:00:43 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=96=B0=E5=A2=9E=E4=B8=8B=E6=8B=89=E5=A4=9A=E9=80=89?= =?UTF-8?q?=E6=8E=A7=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/gen/editTable.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/tool/gen/editTable.vue b/src/views/tool/gen/editTable.vue index d47164f..58b388a 100644 --- a/src/views/tool/gen/editTable.vue +++ b/src/views/tool/gen/editTable.vue @@ -89,6 +89,7 @@ + @@ -105,8 +106,13 @@ v-model="scope.row.dictType" clearable filterable - placeholder="请选择" - v-if="scope.row.htmlType == 'select' || scope.row.htmlType == 'radio' || scope.row.htmlType == 'checkbox'"> + placeholder="请选择字典类型" + v-if=" + scope.row.htmlType == 'selectMulti' || + scope.row.htmlType == 'select' || + scope.row.htmlType == 'radio' || + scope.row.htmlType == 'checkbox' + "> {{ dict.dictName }} {{ dict.dictType }}