From 6162dfe318429974986ab85382a3bf987bf3f7c2 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 27 Jun 2025 15:49:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/xzgl/view/staff_cert/index.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 },