fix: 选择器组件新增placeholder

选择器组件新增placeholder
main
hong.yang 2 years ago
parent 24ab846d3a
commit ed475bc96f

@ -49,6 +49,9 @@ public class ScreenSelectChart extends Chart {
@ApiModelProperty("激活项字体颜色") @ApiModelProperty("激活项字体颜色")
private String activeFontColor; private String activeFontColor;
@ApiModelProperty("占位提示")
private String placeholder;
} }

@ -56,6 +56,9 @@ public class ScreenTimePickerChart extends Chart {
@ApiModelProperty(notes = "绑定值的格式") @ApiModelProperty(notes = "绑定值的格式")
private String valueFormat; private String valueFormat;
@ApiModelProperty("占位提示")
private String placeholder;
} }

Loading…
Cancel
Save