wangting
2025-01-02 6825bbb953ba08ebcf747417ab3954639c909494
调整页面
已修改2个文件
14 ■■■■■ 文件已修改
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/plShow.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/system/user/option.js 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/plShow.vue
@@ -251,9 +251,9 @@
        areaType:this.areaType
      }
      getTabByContextIdAndType( params).then(res => {
        this.$refs.crud.clearSelection();
        this.data = res.data.data;
        this.selectList=[];
        this.$refs.crud.clearSelection();
        this.tableLoading = false;
      })
    },
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',