Commit cd12f453 by ruyun.zhang

取消手工录入列头"HIS科室"

parent 3c8c03ca
...@@ -104,7 +104,7 @@ public class ColumnHeadsConfig ...@@ -104,7 +104,7 @@ public class ColumnHeadsConfig
public static List<Heads> GatherTotal { get; } = new List<Heads> public static List<Heads> GatherTotal { get; } = new List<Heads>
{ {
new Heads{Column="His科室",Name=nameof(GatherTotalRequest.Department)}, //new Heads{Column="His科室",Name=nameof(GatherTotalRequest.Department)},
new Heads{Column="来源",Name=nameof(GatherTotalRequest.Source)}, new Heads{Column="来源",Name=nameof(GatherTotalRequest.Source)},
new Heads{Column="核算项目",Name=nameof(GatherTotalRequest.Category)}, new Heads{Column="核算项目",Name=nameof(GatherTotalRequest.Category)},
new Heads{Column="提交人",Name=nameof(UserRequest.Login)}, new Heads{Column="提交人",Name=nameof(UserRequest.Login)},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment