diff --git a/app/xzgl/view/staff_cert/index.html b/app/xzgl/view/staff_cert/index.html index 9ab97d9..782a0b9 100644 --- a/app/xzgl/view/staff_cert/index.html +++ b/app/xzgl/view/staff_cert/index.html @@ -2,7 +2,7 @@ {block name="button"} - + {/block} @@ -14,10 +14,10 @@ @@ -27,10 +27,13 @@ height: 'full', sort: ['create_at', 'desc'], cols: [[ - { field: 'staff_name', title: '员工', width: 200 }, + { field: 'staff_name', title: '员工', width: 160 }, { field: 'name', title: '员工证书名称', width: 200 }, { field: 'zclb_name', title: '注册类别' }, { field: 'zczy_name', title: '注册专业' }, + { field: 'zsbh', title: '证书编号' }, + { field: 'yzbh', title: '印章编号' }, + { field: 'zczs', title: '职称证书' }, { field: 'zsjb_name', title: '证书级别' }, { field: 'valid_before', title: '有效期截至', width: 200, sort: true }, { field: 'create_at', title: '创建时间', width: 200, sort: true },