20230627人员档案未参加培训人员标记方法优化

This commit is contained in:
2023-06-27 23:40:46 +08:00
parent 71d2baca54
commit 124a6ec046
4 changed files with 45 additions and 45 deletions
@@ -76,7 +76,7 @@
</f:RenderField>
<f:TemplateField ColumnID="tflTrainResult" Width="100px" HeaderText="培训结果" HeaderTextAlign="Center" TextAlign="Left">
<ItemTemplate>
<asp:Label ID="lblTrainResult" runat="server" Text='<%# ConvertTrainResult(Eval("SitePersonId")) %>'></asp:Label>
<asp:Label ID="lblTrainResult" runat="server" Text='<%# BLL.EduTrain_TrainRecordService.ConvertTrainResult(Eval("SitePersonId")) %>'></asp:Label>
</ItemTemplate>
</f:TemplateField>
</Columns>