🦄 refactor: 封装统一表格组件,便于批量扩展表格能力
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="18">
|
||||
<el-table ref="userTable"
|
||||
<KLPTable ref="userTable"
|
||||
height="500"
|
||||
v-loading="userLoading"
|
||||
:data="userList"
|
||||
@@ -68,7 +68,7 @@
|
||||
<el-table-column label="用户名" align="center" prop="nickName" />
|
||||
<el-table-column label="手机" align="center" prop="phonenumber" />
|
||||
<el-table-column label="部门" align="center" prop="dept.deptName" />
|
||||
</el-table>
|
||||
</KLPTable>
|
||||
<pagination
|
||||
:total="total"
|
||||
:page.sync="queryParams.pageNum"
|
||||
|
||||
Reference in New Issue
Block a user