Skip to content

Commit

Permalink
[feature]{WidgetConfig}: 加入密码类型
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Sep 19, 2019
1 parent 54e9749 commit 5c4eba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/FormDesigner/GenerateFormItem.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
* @file: 动态表单设计
* @copyright: NanJing Anshare Tech .Com
* @author: BoBo
* @Date: 2019-03-21 16:47:49
-->
<template>
<el-form-item :label="widget.name"
:label-width="widget.name===''?'0px':''"
Expand Down
3 changes: 3 additions & 0 deletions src/components/FormDesigner/WidgetConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@
<el-option
value="string"
label="字符串"/>
<el-option
value="password"
label="密码"/>
<el-option
value="number"
label="数字"/>
Expand Down

0 comments on commit 5c4eba8

Please sign in to comment.