| | |
| | | size="small" |
| | | style="width: 200px" |
| | | > |
| | | <i slot="suffix" class="el-icon-search" @click="onSubmit"></i> |
| | | <i |
| | | slot="suffix" |
| | | class="el-icon-search" |
| | | @click="onSubmit" |
| | | ></i> |
| | | </el-input> |
| | | </el-form-item> |
| | | </div> |
| | |
| | | :visible.sync="InsertFormdialog" |
| | | > |
| | | <div style="height: 500px; overflow: auto"> |
| | | <el-form :model="insertform" label-position="top"> |
| | | <el-form |
| | | :model="insertform" |
| | | label-position="top" |
| | | > |
| | | <el-form-item |
| | | :label="$t('userManage.RM.roleName')" |
| | | :label-width="formLabelWidth" |
| | |
| | | :before-close="handleCloseEdit" |
| | | > |
| | | <div style="height: 500px; overflow: auto"> |
| | | <el-form :model="updateform" label-position="top"> |
| | | <el-form |
| | | :model="updateform" |
| | | label-position="top" |
| | | > |
| | | <el-form-item |
| | | :label="$t('userManage.RM.roleName')" |
| | | :label-width="formLabelWidth" |
| | |
| | | >取消</el-button> |
| | | </div> |
| | | </div> |
| | | <div class="infoBox_box" v-show="showinfoBox"> |
| | | <div |
| | | class="infoBox box_div subpage_Div" |
| | | |
| | | class="infoBox_box" |
| | | v-show="showinfoBox" |
| | | > |
| | | <div class="infoBox box_div subpage_Div"> |
| | | <div |
| | | slot="header" |
| | | class="clearfix" |
| | |
| | | <el-divider></el-divider> |
| | | <p> |
| | | <label> {{ $t("userManage.RM.updateonuser") }}:</label> |
| | | <label class="boxlabel">{{ itemdetail.UpdateUser }}</label> |
| | | <label class="boxlabel">{{ itemdetail.updateUser }}</label> |
| | | </p> |
| | | <el-divider></el-divider> |
| | | |
| | |
| | | this.itemdetail.updateTime = this.formomentTime( |
| | | this.itemdetail.updateTime |
| | | ); |
| | | this.itemdetail.createUser = this.itemdetail.createName; |
| | | |
| | | this.itemdetail.updateUser = this.itemdetail.updateName; |
| | | this.itemdetail.admin = |
| | | parseInt(this.itemdetail.isAdmin) === 0 ? "否" : "是"; |
| | | }, |