|
|
|
@ -41,6 +41,7 @@
|
|
|
|
|
<el-table-column sortable label="账号" property="yhdm" />
|
|
|
|
|
<el-table-column sortable label="职号" property="ylzd2" />
|
|
|
|
|
<el-table-column sortable label="姓名" property="yhms" />
|
|
|
|
|
<el-table-column sortable label="IP地址" property="ipAddress" />
|
|
|
|
|
<el-table-column sortable label="部门" width="100px">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
{{ getDepartName(scope.row.bmbm) }}
|
|
|
|
@ -106,6 +107,10 @@
|
|
|
|
|
<span style="width: 110px;display:inline-block;">职号:</span>
|
|
|
|
|
<el-input v-model="updateData.ylzd2" placeholder="" style="width: 250px;" />
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<span style="width: 110px;display:inline-block;">IP地址:</span>
|
|
|
|
|
<el-input v-model="updateData.ipAddress" placeholder="" style="width: 250px;" />
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-button
|
|
|
|
|
v-if="dialogTitle =='添加用户信息'?true :false"
|
|
|
|
|