|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="user-management-container">
|
|
<div class="user-management-container">
|
|
|
<vab-query-form>
|
|
<vab-query-form>
|
|
|
- <vab-query-form-left-panel :span="18">
|
|
|
|
|
|
|
+ <vab-query-form-top-panel>
|
|
|
<el-form :inline="true" :model="queryForm" @submit.native.prevent>
|
|
<el-form :inline="true" :model="queryForm" @submit.native.prevent>
|
|
|
<el-col :span="5">
|
|
<el-col :span="5">
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
@@ -23,16 +23,16 @@
|
|
|
<el-button icon="el-icon-refresh-right" @click="reset">重置</el-button>
|
|
<el-button icon="el-icon-refresh-right" @click="reset">重置</el-button>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
- </vab-query-form-left-panel>
|
|
|
|
|
-
|
|
|
|
|
- <vab-query-form-left-panel :span="15">
|
|
|
|
|
- <el-button icon="el-icon-plus" type="primary" @click="handleEdit($event)">添加</el-button>
|
|
|
|
|
- </vab-query-form-left-panel>
|
|
|
|
|
- <vab-query-form-right-panel :span="29">
|
|
|
|
|
- <el-button icon="el-icon-download" />
|
|
|
|
|
- <table-tool :check-list.sync="checkList" :columns="columns" />
|
|
|
|
|
- </vab-query-form-right-panel>
|
|
|
|
|
|
|
+ </vab-query-form-top-panel>
|
|
|
</vab-query-form>
|
|
</vab-query-form>
|
|
|
|
|
+ <vab-query-form-left-panel>
|
|
|
|
|
+ <el-button icon="el-icon-plus" type="primary" @click="handleEdit($event)">添加</el-button>
|
|
|
|
|
+ </vab-query-form-left-panel>
|
|
|
|
|
+ <vab-query-form-right-panel>
|
|
|
|
|
+ <table-tool :check-list.sync="checkList" :columns="columns" />
|
|
|
|
|
+ <el-button icon="el-icon-download" style="float: right" />
|
|
|
|
|
+ </vab-query-form-right-panel>
|
|
|
|
|
+
|
|
|
<el-table v-loading="listLoading" border :data="list" :height="height" @selection-change="setSelectRows">
|
|
<el-table v-loading="listLoading" border :data="list" :height="height" @selection-change="setSelectRows">
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
v-for="(item, index) in finallyColumns"
|
|
v-for="(item, index) in finallyColumns"
|