Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/0e73d4f524e2e1203b30455fc90ba76ce8d90b5b?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

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