fix:场所出入登记接口提交

pg_adapter
wangxy 8 months ago
parent d1fec54d3e
commit 0e73d4f524

@ -64,12 +64,15 @@
{
field: 'placeName',
title: '场所名称',
width: '200'
width: '30',
widthUnit: '%',
align: "left"
},
{
field: 'placeRule',
title: '场所规范',
width: '800'
width: '50',
widthUnit: '%'
},
{
title: '操作',

@ -87,6 +87,8 @@
{
field: 'registName',
title: '登记人员',
width: '20',
widthUnit: '%'
},
{
field: 'registTime',
@ -133,10 +135,6 @@
}
}
},
{
field: 'entourageName',
title: '陪同人员',
},
{
field: 'deptName',
title: '所属单位',

Loading…
Cancel
Save