老师,这个怎么实现:输入框 : 考勤人员 有值时,AddVcodeButton的标题显示:清除,无值时,显示查询
With wb.AddInputGroup("form1","考勤人员查询","考勤人员查询")
With .AddInputCell("ic4") '通过InputCell增加输入框
.AddLabel("lsj","考勤人员",0) '增加标签,0显示在左边
.AddInput("考勤人员","考勤人员",1).PlaceHolder= "请输入考勤人员姓名" '增加输入框,1表示显示在中间 '增加输入框,1表示显示在中间
.AddVcodeButton("hym","查 询",2).Attribute = "" '增加获取验证码按钮,2表示显示在右边
End With
End With
[此贴子已经被作者于2022/5/31 15:13:26编辑过]