|
|
|
@ -1,12 +1,12 @@ |
|
|
|
<template> |
|
|
|
<section class="page-container page-full-height padding border"> |
|
|
|
<section class="page-container padding border"> |
|
|
|
<el-row> |
|
|
|
<el-input v-model="filters.key" style="width: 20%;" placeholder="模糊查询"></el-input> |
|
|
|
<el-button type="primary" v-loading="load.list" :disabled="load.list==true" v-on:click="searchXmProjectGroupUserCandidates">查询</el-button> |
|
|
|
<el-button type="primary" @click="showAdd">+xm_project_group_user_candidate</el-button> |
|
|
|
<el-button type="danger" v-loading="load.del" @click="batchDel" :disabled="this.sels.length===0 || load.del==true">批量删除</el-button> |
|
|
|
</el-row> |
|
|
|
<el-row class="page-main page-height-90"> |
|
|
|
<el-row class="page-main "> |
|
|
|
<!--列表 XmProjectGroupUserCandidate xm_project_group_user_candidate--> |
|
|
|
<el-table ref="table" :height="tableHeight" :data="xmProjectGroupUserCandidates" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;"> |
|
|
|
<el-table-column sortable type="selection" width="40"></el-table-column> |
|
|
|
|