feat:编码规范性修改

pg_adapter
wangxy 9 months ago
parent 7ba573bbe4
commit c7fe77d22b

@ -71,9 +71,7 @@
url: prefix + "/list",
exportUrl: prefix + "/export",
modalName: "文件下发",
columns: [{
checkbox: true
},
columns: [
{
field: 'fileId',
title: '文件编号'

@ -75,9 +75,7 @@
url: prefix + "/list",
exportUrl: prefix + "/export",
modalName: "涉密网络设备",
columns: [{
checkbox: true
},
columns: [
{
field: 'netId',
title: '网络编号',

@ -106,9 +106,7 @@
var options = {
url: prefix + "/list",
modalName: "资产登记",
columns: [{
checkbox: true
},
columns: [
{
field: 'useId',
title: '资产编号'

@ -67,9 +67,7 @@
removeUrl: prefix + "/remove",
exportUrl: prefix + "/export",
modalName: "涉密人员培训",
columns: [{
checkbox: true
},
columns: [
{
field: 'id',
title: 'ID',

@ -125,13 +125,13 @@
importTemplateUrl: prefix + "/importTemplate",
sortName: "createTime",
sortOrder: "desc",
modalName: "用户",
modalName: "人员",
columns: [{
checkbox: true
},
{
field: 'userId',
title: '用户ID'
title: '人员ID'
},
{
field: 'loginName',

@ -54,12 +54,10 @@
var options = {
url: prefix + "/list",
modalName: "涉密人员审核",
columns: [{
checkbox: true
},
columns: [
{
field: 'userId',
title: 'id',
title: '人员ID',
},
{
field: 'loginName',

@ -103,9 +103,7 @@
removeUrl: prefix + "/remove",
exportUrl: prefix + "/export",
modalName: "用户",
columns: [{
checkbox: true
},
columns: [
{
field : 'dept.deptid',
title : '编号',

Loading…
Cancel
Save