Commit 9922daeb authored by 李苏's avatar 李苏 💬

Merge branch 'master' of gitlab.gavelinfo.com:lisu/sgaqgl-vue

parents af1f344c acd6ff6f
......@@ -54,7 +54,7 @@
label: '班组',
width: '300'
},
{
prop: 'userName',
label: '人员姓名',
......@@ -66,7 +66,7 @@
width: '300'
},
{label: "是否合格", prop: "hgbz",formatter(a,b,c){
let hgbz= {'Y':'合格','N':'不合格'}
let hgbz= {'Y':'合格','N':'不合格','F':'未交卷','I':'未参考'}
return hgbz[c]
},width:200},
]
......
......@@ -51,7 +51,7 @@
{label: "公司", prop: "gsName", fieldType: "ftString",width:200},
{label: "班组", prop: "bmName", fieldType: "ftString",width:200},
{label: "是否合格", prop: "hgbz",formatter(a,b,c){
let hgbz= {'Y':'合格','N':'不合格'}
let hgbz= {'Y':'合格','N':'不合格','F':'未交卷','I':'未参考'}
return hgbz[c]
},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