Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Oct 8, 2023
1 parent 0510171 commit 699b44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/system/dept/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const {
</el-form>

<PureTableBar
title="部门列表(仅演示,操作后不生效)"
title="部门管理(仅演示,操作后不生效)"
:columns="columns"
:tableRef="tableRef?.getTableRef()"
@refresh="onSearch"
Expand Down
2 changes: 1 addition & 1 deletion src/views/system/role/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const {
</el-form>

<PureTableBar
title="角色列表(仅演示,操作后不生效)"
title="角色管理(仅演示,操作后不生效)"
:columns="columns"
@refresh="onSearch"
>
Expand Down

0 comments on commit 699b44b

Please sign in to comment.