|
@@ -2,8 +2,8 @@ |
|
@@ -2,8 +2,8 @@ |
2
|
<div>
|
2
|
<div>
|
3
|
<!-- 人员信息总汇-->
|
3
|
<!-- 人员信息总汇-->
|
4
|
<el-divider content-position="left">人员信息汇总</el-divider>
|
4
|
<el-divider content-position="left">人员信息汇总</el-divider>
|
5
|
- <el-button @click="deleteUser()" style="float:right;margin-right: 6px;margin-bottom: 6px">删除</el-button>
|
|
|
6
|
- <el-button @click="add" style="float:right;margin-right: 6px;margin-bottom: 6px">录入</el-button>
|
5
|
+ <el-button @click="deleteUser()" :size="$global.elementConfig.size.button" style="float:right;margin-right: 6px;margin-bottom: 6px">删除</el-button>
|
|
|
6
|
+ <el-button @click="add" :size="$global.elementConfig.size.button" style="float:right;margin-right: 6px;margin-bottom: 6px">录入</el-button>
|
7
|
<cm-table-page :columns="columns" :dataList="dataList" @loaddata="getPage"@selectionChange="selectionChange" :showIndex="true"
|
7
|
<cm-table-page :columns="columns" :dataList="dataList" @loaddata="getPage"@selectionChange="selectionChange" :showIndex="true"
|
8
|
:showBorder="true" :currentPage="currentPage" :total="total" :loading="false" :showSelection="true"
|
8
|
:showBorder="true" :currentPage="currentPage" :total="total" :loading="false" :showSelection="true"
|
9
|
:showPage="true" :showTools="true" :height="height" :pageSize="pageSize">
|
9
|
:showPage="true" :showTools="true" :height="height" :pageSize="pageSize">
|