cshtml页面代码:

 <tr>
<th>@Model.BankName</th>
<th>@Model.Month</th>
<th>@Html.Label("", String.Format("{0:N0}", Model.LoanApplyCount),new { @class = "numbers-conversion-value" })</th>
<th>@Html.Label("", String.Format("{0:N2}", Model.LoanTotalFee), new { @class = "numbers-conversion-value" })</th>
<th>@Model.GuoPaiRate</th>
<th>@Html.Label("", String.Format("{0:N2}", Model.FormalitiesFee), new { @class = "numbers-conversion-value" })</th>
<th>@Html.Label("", String.Format("{0:N2}", Model.OperationFee), new { @class = "numbers-conversion-value" })</th>
<th>@Html.Label("", String.Format("{0:N2}", Model.IncomeFee), new { @class = "numbers-conversion-value" })</th>
<th>@Model.Remarks</th>
</tr>
<tr>
<th>总计</th>
<th></th>
<th>@Html.Label("", String.Format("{0:N0}", Model.LoanApplyCount), new { @class = "numbers-conversion-value" })</th>
<th>@Html.Label("", String.Format("{0:N2}", Model.LoanTotalFee), new { @class = "numbers-conversion-value" })</th>
<th></th>
<th>@Html.Label("", String.Format("{0:N2}", Model.FormalitiesFee), new { @class = "numbers-conversion-value" })</th>
<th>@Html.Label("", String.Format("{0:N2}", Model.OperationFee), new { @class = "numbers-conversion-value" })</th>
<th>@Html.Label("", String.Format("{0:N2}", Model.IncomeFee), new { @class = "numbers-conversion-value" })</th>
<th></th>
</tr>

最新文章

  1. mysql索引 (校验规则引发的血案)
  2. Codeforces Round #270 1001
  3. C#面向对象整理
  4. HTML5实现下载文件且指定下载文件名
  5. Atitit. 提升软件开发效率and 开发质量---java 实现dsl 4gl 的本质and 精髓 O725
  6. Python的sched模块
  7. response 后刷新页面,点击按钮后,禁用该按钮
  8. ES6-个人学习笔记一--let和const
  9. Tree of Life (easy)
  10. android studio 2.3 下载地址
  11. Linux目录结构介绍-http://yangrong.blog.51cto.com/6945369/1288072
  12. 创建Maven项目时提示web.xml is missing and &lt;failOnMissingWebXml&gt; is set to true错误解决方案
  13. MySql 动态语句
  14. js数组之sort排序的用法
  15. ansible批量免秘登录
  16. 01 python初学(注释、交互、if while for)
  17. OpenGL ES 3.0之VertexAttributes,Vertex Arrays,and Buffer Objects(九)
  18. serializers 序列化器里面进行 校验等
  19. Openstack入门篇(十)之nova服务(计算节点)的部署与测试
  20. oracle查锁表

热门文章

  1. P4291 [HAOI2008]排名系统
  2. 51nod 1678 lyk与gcd | 容斥原理
  3. CentOS7单节点部署redis主从复制和sentinel
  4. Android Data Binding(数据绑定)用户指南
  5. 解题:洛谷2093 JZPFAR
  6. mysql 统计 group by 之后的 group 的个数
  7. 各种RF的比较
  8. P1077 摆花
  9. table 样式美化
  10. 转:RAC中比较replay, replayLast, and replayLazily