Commit acd6ff6f authored by dingyoujian's avatar dingyoujian

合格标志增加额外判定

parent 60f4e679
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
width: '300' width: '300'
}, },
{label: "是否合格", prop: "hgbz",formatter(a,b,c){ {label: "是否合格", prop: "hgbz",formatter(a,b,c){
let hgbz= {'Y':'合格','N':'不合格'} let hgbz= {'Y':'合格','N':'不合格','F':'未交卷','I':'未参考'}
return hgbz[c] return hgbz[c]
},width:200}, },width:200},
] ]
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
{label: "公司", prop: "gsName", fieldType: "ftString",width:200}, {label: "公司", prop: "gsName", fieldType: "ftString",width:200},
{label: "班组", prop: "bmName", fieldType: "ftString",width:200}, {label: "班组", prop: "bmName", fieldType: "ftString",width:200},
{label: "是否合格", prop: "hgbz",formatter(a,b,c){ {label: "是否合格", prop: "hgbz",formatter(a,b,c){
let hgbz= {'Y':'合格','N':'不合格'} let hgbz= {'Y':'合格','N':'不合格','F':'未交卷','I':'未参考'}
return hgbz[c] return hgbz[c]
},width:200}, },width:200},
{label: "开始时间", prop: "kskssj", fieldType: "ftDateTime",width:200}, {label: "开始时间", prop: "kskssj", fieldType: "ftDateTime",width:200},
......
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