#
Junjie
2024-07-02 6516ed63ff4128d1b3b52c00537539be369ce6ee
zy-asrs-admin/src/views/system/user/index.vue
@@ -20,106 +20,106 @@
getPage();
const columns = [
        {
            title: formatMessage('db.sys_user.username', '账号'),
            dataIndex: 'username',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.password', '密码'),
            dataIndex: 'password',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.nickname', '昵称'),
            dataIndex: 'nickname',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.avatar', '头像'),
            dataIndex: 'avatar',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.code', '工号'),
            dataIndex: 'code',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.sex', '性别'),
            dataIndex: 'sex$',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.phone', '手机号'),
            dataIndex: 'phone',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.email', '邮箱'),
            dataIndex: 'email',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.email_verified', '邮箱验证'),
            dataIndex: 'emailVerified$',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.dept_id', '所属部门'),
            dataIndex: 'deptId$',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.real_name', '真实姓名'),
            dataIndex: 'realName',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.id_card', '身份证号'),
            dataIndex: 'idCard',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.birthday', '出生日期'),
            dataIndex: 'birthday',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.introduction', '个人简介'),
            dataIndex: 'introduction',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.status', '状态'),
            dataIndex: 'status$',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.create_time', '添加时间'),
            dataIndex: 'createTime$',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.create_by', '添加人员'),
            dataIndex: 'createBy$',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.update_time', '修改时间'),
            dataIndex: 'updateTime$',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.update_by', '修改人员'),
            dataIndex: 'updateBy$',
            width: 140,
        },
        {
            title: formatMessage('db.sys_user.memo', '备注'),
            dataIndex: 'memo',
            width: 140,
        },
  {
    title: formatMessage('db.sys_user.username', '账号'),
    dataIndex: 'username',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.password', '密码'),
    dataIndex: 'password',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.nickname', '昵称'),
    dataIndex: 'nickname',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.avatar', '头像'),
    dataIndex: 'avatar',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.code', '工号'),
    dataIndex: 'code',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.sex', '性别'),
    dataIndex: 'sex$',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.phone', '手机号'),
    dataIndex: 'phone',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.email', '邮箱'),
    dataIndex: 'email',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.email_verified', '邮箱验证'),
    dataIndex: 'emailVerified$',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.dept_id', '所属部门'),
    dataIndex: 'deptId$',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.real_name', '真实姓名'),
    dataIndex: 'realName',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.id_card', '身份证号'),
    dataIndex: 'idCard',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.birthday', '出生日期'),
    dataIndex: 'birthday',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.introduction', '个人简介'),
    dataIndex: 'introduction',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.status', '状态'),
    dataIndex: 'status$',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.create_time', '添加时间'),
    dataIndex: 'createTime$',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.create_by', '添加人员'),
    dataIndex: 'createBy$',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.update_time', '修改时间'),
    dataIndex: 'updateTime$',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.update_by', '修改人员'),
    dataIndex: 'updateBy$',
    width: 140,
  },
  {
    title: formatMessage('db.sys_user.memo', '备注'),
    dataIndex: 'memo',
    width: 140,
  },
  {
    title: formatMessage('common.operation', '操作'),