20210720
This commit is contained in:
@@ -49,11 +49,12 @@
|
||||
</f:Toolbar>
|
||||
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Left">
|
||||
<Items>
|
||||
<f:RadioButtonList runat="server" ID="rbCheckType" Width="210px" LabelWidth="0px"
|
||||
<f:RadioButtonList runat="server" ID="rbCheckType" Width="300px" LabelWidth="0px"
|
||||
AutoPostBack="true" OnSelectedIndexChanged="btnSearch_Click">
|
||||
<f:RadioItem Value="0" Text="人脸" Selected="true" />
|
||||
<f:RadioItem Value="1" Text="刷卡" />
|
||||
<f:RadioItem Value="2" Text="微信端" />
|
||||
<f:RadioItem Value="3" Text="手动" />
|
||||
</f:RadioButtonList>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
|
||||
Reference in New Issue
Block a user