feat:编码规范性修改

pg_adapter
wangxy 9 months ago
parent 92e2fc8efd
commit 7ba573bbe4

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

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

Loading…
Cancel
Save