Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
60d5c03e
Commit
60d5c03e
authored
Aug 10, 2020
by
若依
Committed by
Gitee
Aug 10, 2020
Browse files
Options
Browse Files
Download
Plain Diff
!63 重写表格工具栏右侧添加刷新&显隐查询栏
Merge pull request !63 from 平凡/重写表格工具栏右侧添加刷新&显隐查询栏
parents
a7eb07c7
5b04f388
Changes
20
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
166 additions
and
354 deletions
+166
-354
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
+1
-8
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
+1
-8
ruoyi-ui/src/assets/styles/ruoyi.scss
ruoyi-ui/src/assets/styles/ruoyi.scss
+1
-0
ruoyi-ui/src/components/TableToolsExt/index.vue
ruoyi-ui/src/components/TableToolsExt/index.vue
+38
-0
ruoyi-ui/src/main.js
ruoyi-ui/src/main.js
+3
-0
ruoyi-ui/src/views/monitor/job/index.vue
ruoyi-ui/src/views/monitor/job/index.vue
+1
-8
ruoyi-ui/src/views/monitor/job/log.vue
ruoyi-ui/src/views/monitor/job/log.vue
+1
-8
ruoyi-ui/src/views/monitor/logininfor/index.vue
ruoyi-ui/src/views/monitor/logininfor/index.vue
+1
-8
ruoyi-ui/src/views/monitor/online/index.vue
ruoyi-ui/src/views/monitor/online/index.vue
+2
-2
ruoyi-ui/src/views/monitor/operlog/index.vue
ruoyi-ui/src/views/monitor/operlog/index.vue
+1
-8
ruoyi-ui/src/views/system/config/index.vue
ruoyi-ui/src/views/system/config/index.vue
+1
-8
ruoyi-ui/src/views/system/dept/index.vue
ruoyi-ui/src/views/system/dept/index.vue
+1
-8
ruoyi-ui/src/views/system/dict/data.vue
ruoyi-ui/src/views/system/dict/data.vue
+2
-9
ruoyi-ui/src/views/system/dict/index.vue
ruoyi-ui/src/views/system/dict/index.vue
+1
-8
ruoyi-ui/src/views/system/menu/index.vue
ruoyi-ui/src/views/system/menu/index.vue
+1
-8
ruoyi-ui/src/views/system/notice/index.vue
ruoyi-ui/src/views/system/notice/index.vue
+1
-8
ruoyi-ui/src/views/system/post/index.vue
ruoyi-ui/src/views/system/post/index.vue
+1
-8
ruoyi-ui/src/views/system/role/index.vue
ruoyi-ui/src/views/system/role/index.vue
+1
-8
ruoyi-ui/src/views/system/user/index.vue
ruoyi-ui/src/views/system/user/index.vue
+106
-231
ruoyi-ui/src/views/tool/gen/index.vue
ruoyi-ui/src/views/tool/gen/index.vue
+1
-8
No files found.
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
View file @
60d5c03e
...
@@ -66,14 +66,7 @@
...
@@ -66,14 +66,7 @@
v-hasPermi="['${moduleName}:${businessName}:add']"
v-hasPermi="['${moduleName}:${businessName}:add']"
>新增</el-button>
>新增</el-button>
</el-col>
</el-col>
<div class="top-right-btn">
<table-tools-ext :showSearch.sync="showSearch" @queryTable="getList"></table-tools-ext>
<el-tooltip class="item" effect="dark" content="刷新" placement="top">
<el-button size="mini" circle icon="el-icon-refresh" @click="handleQuery" />
</el-tooltip>
<el-tooltip class="item" effect="dark" :content="showSearch ? '隐藏搜索' : '显示搜索'" placement="top">
<el-button size="mini" circle icon="el-icon-search" @click="showSearch=!showSearch" />
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
<el-table
...
...
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
View file @
60d5c03e
...
@@ -95,14 +95,7 @@
...
@@ -95,14 +95,7 @@
v-hasPermi="['${moduleName}:${businessName}:export']"
v-hasPermi="['${moduleName}:${businessName}:export']"
>导出</el-button>
>导出</el-button>
</el-col>
</el-col>
<div class="top-right-btn">
<table-tools-ext :showSearch.sync="showSearch" @queryTable="getList"></table-tools-ext>
<el-tooltip class="item" effect="dark" content="刷新" placement="top">
<el-button size="mini" circle icon="el-icon-refresh" @click="handleQuery" />
</el-tooltip>
<el-tooltip class="item" effect="dark" :content="showSearch ? '隐藏搜索' : '显示搜索'" placement="top">
<el-button size="mini" circle icon="el-icon-search" @click="showSearch=!showSearch" />
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table v-loading="loading" :data="${businessName}List" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="${businessName}List" @selection-change="handleSelectionChange">
...
...
ruoyi-ui/src/assets/styles/ruoyi.scss
View file @
60d5c03e
...
@@ -222,5 +222,6 @@
...
@@ -222,5 +222,6 @@
}
}
.top-right-btn
{
.top-right-btn
{
position
:
relative
;
float
:
right
;
float
:
right
;
}
}
\ No newline at end of file
ruoyi-ui/src/components/TableToolsExt/index.vue
0 → 100644
View file @
60d5c03e
<!-- @author Shiyn/ huangmx 20200807优化-->
<
template
>
<div
class=
"top-right-btn"
>
<el-row>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"clickSearch()"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"clickFresh()"
/>
</el-tooltip>
</el-row>
</div>
</
template
>
<
script
>
export
default
{
name
:
"
TableToolsExt
"
,
data
()
{
return
{};
},
props
:
{
showSearch
:
{
type
:
Boolean
,
default
:
true
,
},
},
methods
:
{
//搜索
clickSearch
()
{
this
.
$emit
(
"
update:showSearch
"
,
!
this
.
showSearch
);
},
//刷新
clickFresh
()
{
this
.
$emit
(
"
queryTable
"
);
},
},
};
</
script
>
\ No newline at end of file
ruoyi-ui/src/main.js
View file @
60d5c03e
...
@@ -20,6 +20,8 @@ import { getDicts } from "@/api/system/dict/data";
...
@@ -20,6 +20,8 @@ import { getDicts } from "@/api/system/dict/data";
import
{
getConfigKey
}
from
"
@/api/system/config
"
;
import
{
getConfigKey
}
from
"
@/api/system/config
"
;
import
{
parseTime
,
resetForm
,
addDateRange
,
selectDictLabel
,
selectDictLabels
,
download
,
handleTree
}
from
"
@/utils/ruoyi
"
;
import
{
parseTime
,
resetForm
,
addDateRange
,
selectDictLabel
,
selectDictLabels
,
download
,
handleTree
}
from
"
@/utils/ruoyi
"
;
import
Pagination
from
"
@/components/Pagination
"
;
import
Pagination
from
"
@/components/Pagination
"
;
//自定义表格工具扩展
import
TableToolsExt
from
"
@/components/TableToolsExt
"
// 全局方法挂载
// 全局方法挂载
Vue
.
prototype
.
getDicts
=
getDicts
Vue
.
prototype
.
getDicts
=
getDicts
...
@@ -46,6 +48,7 @@ Vue.prototype.msgInfo = function (msg) {
...
@@ -46,6 +48,7 @@ Vue.prototype.msgInfo = function (msg) {
// 全局组件挂载
// 全局组件挂载
Vue
.
component
(
'
Pagination
'
,
Pagination
)
Vue
.
component
(
'
Pagination
'
,
Pagination
)
Vue
.
component
(
'
TableToolsExt
'
,
TableToolsExt
)
Vue
.
use
(
permission
)
Vue
.
use
(
permission
)
...
...
ruoyi-ui/src/views/monitor/job/index.vue
View file @
60d5c03e
...
@@ -84,14 +84,7 @@
...
@@ -84,14 +84,7 @@
v-hasPermi=
"['monitor:job:query']"
v-hasPermi=
"['monitor:job:query']"
>
日志
</el-button>
>
日志
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"jobList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"jobList"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/monitor/job/log.vue
View file @
60d5c03e
...
@@ -90,14 +90,7 @@
...
@@ -90,14 +90,7 @@
v-hasPermi=
"['monitor:job:export']"
v-hasPermi=
"['monitor:job:export']"
>
导出
</el-button>
>
导出
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"jobLogList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"jobLogList"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/monitor/logininfor/index.vue
View file @
60d5c03e
...
@@ -84,14 +84,7 @@
...
@@ -84,14 +84,7 @@
v-hasPermi=
"['system:logininfor:export']"
v-hasPermi=
"['system:logininfor:export']"
>
导出
</el-button>
>
导出
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/monitor/online/index.vue
View file @
60d5c03e
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
label-width=
"68px"
>
<el-form-item
label=
"登录地址"
prop=
"ipaddr"
>
<el-form-item
label=
"登录地址"
prop=
"ipaddr"
>
<el-input
<el-input
v-model=
"queryParams.ipaddr"
v-model=
"queryParams.ipaddr"
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
<el-button
type=
"cyan"
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
type=
"cyan"
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<el-table
<el-table
v-loading=
"loading"
v-loading=
"loading"
:data=
"list.slice((pageNum-1)*pageSize,pageNum*pageSize)"
:data=
"list.slice((pageNum-1)*pageSize,pageNum*pageSize)"
...
...
ruoyi-ui/src/views/monitor/operlog/index.vue
View file @
60d5c03e
...
@@ -100,14 +100,7 @@
...
@@ -100,14 +100,7 @@
v-hasPermi=
"['system:config:export']"
v-hasPermi=
"['system:config:export']"
>
导出
</el-button>
>
导出
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/system/config/index.vue
View file @
60d5c03e
...
@@ -97,14 +97,7 @@
...
@@ -97,14 +97,7 @@
v-hasPermi=
"['system:config:remove']"
v-hasPermi=
"['system:config:remove']"
>
清理缓存
</el-button>
>
清理缓存
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"configList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"configList"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/system/dept/index.vue
View file @
60d5c03e
...
@@ -36,14 +36,7 @@
...
@@ -36,14 +36,7 @@
v-hasPermi=
"['system:dept:add']"
v-hasPermi=
"['system:dept:add']"
>
新增
</el-button>
>
新增
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
<el-table
...
...
ruoyi-ui/src/views/system/dict/data.vue
View file @
60d5c03e
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
v-show=
"showSearch"
:inline=
"true
"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
v-show=
"showSearch"
label-width=
"68px
"
>
<el-form-item
label=
"字典名称"
prop=
"dictType"
>
<el-form-item
label=
"字典名称"
prop=
"dictType"
>
<el-select
v-model=
"queryParams.dictType"
size=
"small"
>
<el-select
v-model=
"queryParams.dictType"
size=
"small"
>
<el-option
<el-option
...
@@ -75,14 +75,7 @@
...
@@ -75,14 +75,7 @@
v-hasPermi=
"['system:dict:export']"
v-hasPermi=
"['system:dict:export']"
>
导出
</el-button>
>
导出
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"dataList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"dataList"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/system/dict/index.vue
View file @
60d5c03e
...
@@ -103,14 +103,7 @@
...
@@ -103,14 +103,7 @@
v-hasPermi=
"['system:dict:remove']"
v-hasPermi=
"['system:dict:remove']"
>
清理缓存
</el-button>
>
清理缓存
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"typeList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"typeList"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/system/menu/index.vue
View file @
60d5c03e
...
@@ -36,14 +36,7 @@
...
@@ -36,14 +36,7 @@
v-hasPermi=
"['system:menu:add']"
v-hasPermi=
"['system:menu:add']"
>
新增
</el-button>
>
新增
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
<el-table
...
...
ruoyi-ui/src/views/system/notice/index.vue
View file @
60d5c03e
...
@@ -65,14 +65,7 @@
...
@@ -65,14 +65,7 @@
v-hasPermi=
"['system:notice:remove']"
v-hasPermi=
"['system:notice:remove']"
>
删除
</el-button>
>
删除
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"noticeList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"noticeList"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/system/post/index.vue
View file @
60d5c03e
...
@@ -74,14 +74,7 @@
...
@@ -74,14 +74,7 @@
v-hasPermi=
"['system:post:export']"
v-hasPermi=
"['system:post:export']"
>
导出
</el-button>
>
导出
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"postList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"postList"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/system/role/index.vue
View file @
60d5c03e
...
@@ -94,14 +94,7 @@
...
@@ -94,14 +94,7 @@
v-hasPermi=
"['system:role:export']"
v-hasPermi=
"['system:role:export']"
>
导出
</el-button>
>
导出
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"roleList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"roleList"
@
selection-change=
"handleSelectionChange"
>
...
...
ruoyi-ui/src/views/system/user/index.vue
View file @
60d5c03e
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/tool/gen/index.vue
View file @
60d5c03e
...
@@ -76,14 +76,7 @@
...
@@ -76,14 +76,7 @@
v-hasPermi=
"['tool:gen:remove']"
v-hasPermi=
"['tool:gen:remove']"
>
删除
</el-button>
>
删除
</el-button>
</el-col>
</el-col>
<div
class=
"top-right-btn"
>
<table-tools-ext
:showSearch.sync=
"showSearch"
@
queryTable=
"getList"
></table-tools-ext>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"刷新"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-refresh"
@
click=
"handleQuery"
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"showSearch ? '隐藏搜索' : '显示搜索'"
placement=
"top"
>
<el-button
size=
"mini"
circle
icon=
"el-icon-search"
@
click=
"showSearch=!showSearch"
/>
</el-tooltip>
</div>
</el-row>
</el-row>
<el-table
v-loading=
"loading"
:data=
"tableList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"tableList"
@
selection-change=
"handleSelectionChange"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment