| | |
| | | type="index" |
| | | :label="$t('common.index')" |
| | | width="70px" |
| | | |
| | | /> |
| | | |
| | | <el-table-column |
| | | align="center" |
| | | prop="uname" |
| | | width="150px" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.uname')" |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | prop="uid" |
| | | width="150px" |
| | | |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.uid')" |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | prop="sex" |
| | | width="80px" |
| | | width="120px" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.sex')" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | align="center" |
| | | prop="natives" |
| | | width="100px" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.natives')" |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | prop="depName" |
| | | width="200px" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.depName')" |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | prop="idcard" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.idcard')" |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | prop="job" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.job')" |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | prop="edu" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.edu')" |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | prop="addr" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.addr')" |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | prop="email" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.email')" |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | prop="contact" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.contact')" |
| | | /> |
| | | |
| | | <el-table-column |
| | | align="center" |
| | | prop="largeModuleName" |
| | | sortable |
| | | :label="$t('userManage.userInfoObj.status')" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | </div> |
| | | |
| | | <el-dialog |
| | | width="910px" |
| | | width="50%" |
| | | :title=" |
| | | behavior == '新增用户' |
| | | ? `${$t('common.append')}` |
| | |
| | | :before-close="handleClose" |
| | | :close-on-click-modal="false" |
| | | > |
| | | <div style="height: 500px; overflow: auto"> |
| | | <div style="height: 50%; overflow: auto"> |
| | | <el-form |
| | | :model="editForm" |
| | | ref="editForm" |