Source/plt-web/plt-web-ui/src/option/user/info.js
@@ -17,7 +17,7 @@
          span: 12,
          row: true,
          prop: 'userId',
          readonly:true
          disabled:true
        },
        {
          label: '姓名',
@@ -30,14 +30,14 @@
          span: 12,
          row: true,
          prop: 'personName',
          readonly:true,
          disabled:true
        },
        {
          label: '当前密级',
          span: 12,
          row: true,
          prop: 'userSecretText',
          readonly:true,
          disabled:true
        },
        {
          label: '邮箱',
@@ -54,7 +54,7 @@
          label: '登陆密码',
          prop: 'oldPassword',
          span: 24,
          labelWidth: "7%",
          labelWidth: "8%",
          type: 'password',
          rules: [
            {
@@ -68,7 +68,7 @@
          label: '新登陆密码',
          prop: 'password',
          span: 24,
          labelWidth: "7%",
          labelWidth: "8%",
          type: 'password',
          rules: [
            {
@@ -82,7 +82,7 @@
          label: '新密码登陆确认',
          prop: 'confirmPassword',
          span: 24,
          labelWidth: "7%",
          labelWidth: "8%",
          type: 'password',
          rules: [
            {