|
|
@@ -4,7 +4,7 @@
|
|
|
<BasicTable @register="registerTable" class="basic-table">
|
|
|
<template #toolbar>
|
|
|
<Button type="primary" @click="handleAdd">
|
|
|
- 新增用户
|
|
|
+ 新增
|
|
|
</Button>
|
|
|
<!-- 接口不支持多选后统一绑定角色,所以暂时隐藏 -->
|
|
|
<!-- <Button type="primary" @click="handlePermissionEdit">
|
|
|
@@ -106,7 +106,7 @@ export default defineComponent({
|
|
|
// dataSource: [],
|
|
|
columns: columns,
|
|
|
useSearchForm: false, //开启搜索区域
|
|
|
- bordered: false,
|
|
|
+ bordered: true,
|
|
|
striped: false,
|
|
|
showTableSetting: true, // 显示表格设置
|
|
|
tableSetting: {
|
|
|
@@ -115,7 +115,7 @@ export default defineComponent({
|
|
|
setting: false,
|
|
|
fullScreen: false
|
|
|
},
|
|
|
- canResize: true,
|
|
|
+ canResize: false,
|
|
|
showIndexColumn: true,
|
|
|
pagination: {
|
|
|
// pageSize: 10,
|