Commit ef6ad19e authored by 李苏's avatar 李苏 💬

隐患总数计算

parent d93c0147
...@@ -99,7 +99,10 @@ ...@@ -99,7 +99,10 @@
// {label: "序号", prop: "xh", fieldType: "int"}, // {label: "序号", prop: "xh", fieldType: "int"},
// {label: "父ID", prop: "pid", fieldType: "ftString",width:192}, // {label: "父ID", prop: "pid", fieldType: "ftString",width:192},
{label: "风险点", prop: "fxdName", fieldType: "ftString",width:600}, {label: "风险点", prop: "fxdName", fieldType: "ftString",width:600},
{label: "发现隐患数量", prop: "wclCount", fieldType: "ftString",width:300}, {label: "发现隐患数量", prop: "wclCount", formatter:(row)=>{
let allnum=row.wclCount+row.yclCount
return allnum
},width:300},
{label: "处理完毕数量", prop: "yclCount", fieldType: "ftString"}, {label: "处理完毕数量", prop: "yclCount", fieldType: "ftString"},
] ]
} }
......
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