@using DataLineM.Models @model DataLineM.Models.DataNodeModel @{ ViewBag.Title = "Detail"; DataNodeModel mod = Model; }
节点编号 @mod.NodeID
属性列表:
@if (@mod.Attrs != null){| -- @att.AttrName | @att.AttrValue |
表达式:
@if (@mod.Calcs != null){| 编号 | 表达式 | 结果 |
| @cal.ExpID | @cal.Express |