This commit is contained in:
2021-07-20 16:02:27 +08:00
parent b3d23a52d9
commit 7700a66999
16 changed files with 178 additions and 90 deletions
+2 -1
View File
@@ -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>