田源
2024-07-18 e977b8737d88aa1bd0286fe27bf4fd22cb2501d9
Source/plt-web/plt-web-ui/src/views/system/user/option.js
@@ -1,4 +1,4 @@
export let column = [
export const column = [
  {
    label: '账号',
    prop: 'id',
@@ -7,7 +7,7 @@
    rules: [
      {
        required: true,
        message: '请输入姓名',
        message: '请输入账号',
        trigger: 'blur'
      }
    ]
@@ -61,7 +61,6 @@
    prop: 'status',
    display:false,
    sortable:true,
    slot: true,
  },
  {
    label: '密码策略',
@@ -81,8 +80,8 @@
    align:'center',
    search:true,
    sortable:true,
    searchslot:true,
    formslot:true,
    overHidden: true,
    width:200,
  },
  {
    label: '专业',