|
@@ -6,7 +6,7 @@
|
|
|
<el-col :span="24">
|
|
|
<div class="top">
|
|
|
<el-input placeholder="用户" class="input-demo" v-model="userName"></el-input>
|
|
|
- <el-input placeholder="部门" class="input-demo" v-model="company"></el-input>
|
|
|
+ <el-input placeholder="企业名称" class="input-demo" v-model="company"></el-input>
|
|
|
<el-button type="success" style="margin-left: 1%;" @click="queryLook">查询</el-button>
|
|
|
<el-button type="success" style="margin-left: 1%;" @click="addUserList = true">添加</el-button>
|
|
|
<el-button type="primary" style="margin-left: 1%;" @click="exportExcel">导出报表</el-button>
|
|
@@ -43,7 +43,18 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="company"
|
|
|
- label="部门"
|
|
|
+ label="企业名称"
|
|
|
+ show-overflow-tooltip>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ label="姓名"
|
|
|
+ prop="name"
|
|
|
+ show-overflow-tooltip>
|
|
|
+ </el-table-column>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ label="手机号"
|
|
|
+ prop="phone"
|
|
|
show-overflow-tooltip>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|