|  |  | 
 |  |  |       </el-form-item> --> | 
 |  |  |       <section> | 
 |  |  |         <el-button type="primary" @click="search">搜索</el-button> | 
 |  |  |         <!-- <el-button :loading="isWorking.export" @click="exportExcel">导出</el-button> --> | 
 |  |  |         <el-button :loading="isWorking.export" @click="exportExcel">导出</el-button> | 
 |  |  |         <el-button @click="reset">重置</el-button> | 
 |  |  |       </section> | 
 |  |  |     </el-form> | 
 |  |  | 
 |  |  |         <el-table-column prop="companyUserId" label="用户id" align="center" min-width="100px"></el-table-column> | 
 |  |  |         <el-table-column prop="companyName" label="企业名称" align="center" min-width="100px"></el-table-column> | 
 |  |  |         <el-table-column prop="loginUsername" label="登录用户名" align="center" min-width="100px"></el-table-column> | 
 |  |  |         <el-table-column prop="companyUserName" label="登录用户名" align="center" min-width="100px"> | 
 |  |  |         <el-table-column prop="companyUserName" label="企业用户名称" align="center" min-width="100px"> | 
 |  |  |           <template slot-scope="{row}"> | 
 |  |  |             {{ row.companyUserName || row.loginUsername }} | 
 |  |  |             {{ row.companyUserName}} | 
 |  |  |           </template> | 
 |  |  |         </el-table-column> | 
 |  |  |         <el-table-column prop="ip" label="登录IP" align="center" min-width="120px"></el-table-column> |