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 }}