田源
2025-01-16 a13255b4129ee8a7a7b7e1ecd8e02dd2c78f7c17
Source/plt-web/plt-web-ui/src/views/system/user/option.js
@@ -4,6 +4,7 @@
    prop: 'id',
    search:true,
    sortable:true,
    width:110,
    rules: [
      {
        required: true,
@@ -62,21 +63,21 @@
    prop: 'status',
    display:false,
    sortable:true,
    width: 80,
    width: 70,
  },
  {
    label: '密码策略',
    prop: 'pkPasswordStrategyName',
    sortable:true,
    display:false,
    width: 100
    width: 90
  },
  {
    label: '锁定状态',
    prop: 'lockFlag',
    sortable:true,
    display:false,
    width: 100,
    width: 90,
  },
  {
    label: '所属部门',
@@ -144,7 +145,7 @@
    prop: 'isDeptLeader',
    sortable:true,
    display:false,
    width: 95,
    width: 90,
    formatter:function (row, value){
      if(value=='不是'){
        return "否"
@@ -155,7 +156,8 @@
  {
    label: '所属密级',
    prop: 'secretGrade',
    width: 100,
    width: 110,
    overHidden: true,
    sortable:true,
    type: 'select',
    dicUrl: 'api/webEnumController/getEnum?comboxKey=usersecurityenum',