feat:编码规范性修改

pg_adapter
wangxy 9 months ago
parent 92e2fc8efd
commit 7ba573bbe4

@ -56,9 +56,7 @@
destoryUrl: prefix + "/destory/{id}",
queryParams: queryParams,
modalName: "设备登记",
columns: [{
checkbox: true
},
columns: [
{
field: 'id',
title: '登记编号'

@ -65,9 +65,7 @@
removeUrl: prefix + "/remove",
exportUrl: prefix + "/export",
modalName: "资产登记",
columns: [{
checkbox: true
},
columns: [
{
field: 'useId',
title: '资产编号'

Loading…
Cancel
Save