Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeiZhen-Java
peizhen-vue
Commits
35fecfd8
Commit
35fecfd8
authored
Sep 20, 2023
by
‘巴博尔’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除权限
parent
56fa471c
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
4 additions
and
118 deletions
+4
-118
src/views/demo/demo/index.vue
+0
-7
src/views/demo/tree/index.vue
+0
-4
src/views/hispotalManage/doctor/index.vue
+0
-3
src/views/hispotalManage/hospital/index.vue
+1
-4
src/views/hispotalManage/office/index.vue
+0
-1
src/views/monitor/logininfor/index.vue
+0
-4
src/views/monitor/online/index.vue
+0
-1
src/views/monitor/operlog/index.vue
+0
-4
src/views/operation/article/index.vue
+0
-2
src/views/operation/banner/index.vue
+0
-3
src/views/operation/business/index.vue
+0
-2
src/views/operation/news/index.vue
+0
-3
src/views/operation/notice/index.vue
+0
-3
src/views/system/config/index.vue
+0
-7
src/views/system/dept/index.vue
+0
-4
src/views/system/dict/data.vue
+0
-6
src/views/system/dict/index.vue
+0
-7
src/views/system/menu/index.vue
+0
-4
src/views/system/notice/index.vue
+0
-5
src/views/system/oss/config.vue
+0
-5
src/views/system/oss/index.vue
+0
-7
src/views/system/post/index.vue
+0
-6
src/views/system/role/authUser.vue
+0
-3
src/views/system/role/index.vue
+3
-11
src/views/system/user/index.vue
+0
-3
src/views/tool/gen/index.vue
+0
-9
No files found.
src/views/demo/demo/index.vue
View file @
35fecfd8
...
...
@@ -47,7 +47,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['demo:demo:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -58,7 +57,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['demo:demo:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -69,7 +67,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['demo:demo:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -79,7 +76,6 @@
icon=
"el-icon-upload2"
size=
"mini"
@
click=
"handleImport"
v-hasPermi=
"['demo:demo:import']"
>
导入(校验)
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -89,7 +85,6 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['demo:demo:export']"
>
导出
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -122,14 +117,12 @@
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleUpdate(scope.row)"
v
-
hasPermi
=
"['demo:demo:edit']"
>
修改
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['demo:demo:remove']"
>
删除
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
src/views/demo/tree/index.vue
View file @
35fecfd8
...
...
@@ -37,7 +37,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['demo:tree:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -76,21 +75,18 @@
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleUpdate(scope.row)"
v
-
hasPermi
=
"['demo:tree:edit']"
>
修改
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-plus"
@
click
=
"handleAdd(scope.row)"
v
-
hasPermi
=
"['demo:tree:add']"
>
新增
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['demo:tree:remove']"
>
删除
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
src/views/hispotalManage/doctor/index.vue
View file @
35fecfd8
...
...
@@ -70,7 +70,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:doctor:add']"
>
新增
</el-button
>
</el-col>
...
...
@@ -135,7 +134,6 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:doctor:edit']"
>
修改
</el-button
>
<el-button
...
...
@@ -143,7 +141,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:doctor:remove']"
>
删除
</el-button
>
</
template
>
...
...
src/views/hispotalManage/hospital/index.vue
View file @
35fecfd8
...
...
@@ -2,7 +2,7 @@
* @Author: ‘巴博尔’ 2164119982@qq.com
* @Date: 2023-09-07 16:09:29
* @LastEditors: ‘巴博尔’ 2164119982@qq.com
* @LastEditTime: 2023-09-
18 19:53:51
* @LastEditTime: 2023-09-
20 14:33:53
* @FilePath: \peizhen-vue\src\views\hispotalManage\hospital\index.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
...
...
@@ -110,7 +110,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:hospital:add']"
>
新增
</el-button
>
</el-col>
...
...
@@ -237,7 +236,6 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:hospital:edit']"
>
修改
</el-button
>
<el-button
...
...
@@ -245,7 +243,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:hospital:remove']"
>
删除
</el-button
>
</
template
>
...
...
src/views/hispotalManage/office/index.vue
View file @
35fecfd8
...
...
@@ -39,7 +39,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:department:add']"
>
新增
</el-button
>
</el-col>
...
...
src/views/monitor/logininfor/index.vue
View file @
35fecfd8
...
...
@@ -61,7 +61,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['monitor:logininfor:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -71,7 +70,6 @@
icon=
"el-icon-delete"
size=
"mini"
@
click=
"handleClean"
v-hasPermi=
"['monitor:logininfor:remove']"
>
清空
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -82,7 +80,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUnlock"
v-hasPermi=
"['monitor:logininfor:unlock']"
>
解锁
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -92,7 +89,6 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['monitor:logininfor:export']"
>
导出
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
src/views/monitor/online/index.vue
View file @
35fecfd8
...
...
@@ -52,7 +52,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleForceLogout(scope.row)"
v-hasPermi=
"['monitor:online:forceLogout']"
>
强退
</el-button>
</
template
>
</el-table-column>
...
...
src/views/monitor/operlog/index.vue
View file @
35fecfd8
...
...
@@ -76,7 +76,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['monitor:operlog:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -86,7 +85,6 @@
icon=
"el-icon-delete"
size=
"mini"
@
click=
"handleClean"
v-hasPermi=
"['monitor:operlog:remove']"
>
清空
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -96,7 +94,6 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['monitor:operlog:export']"
>
导出
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -132,7 +129,6 @@
type=
"text"
icon=
"el-icon-view"
@
click=
"handleView(scope.row,scope.index)"
v-hasPermi=
"['monitor:operlog:query']"
>
详细
</el-button>
</
template
>
</el-table-column>
...
...
src/views/operation/article/index.vue
View file @
35fecfd8
...
...
@@ -38,7 +38,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:article:add']"
>
新增
</el-button
>
</el-col>
...
...
@@ -149,7 +148,6 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:article:edit']"
>
编辑
</el-button
>
<!--
<el-button
...
...
src/views/operation/banner/index.vue
View file @
35fecfd8
...
...
@@ -49,7 +49,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['accompany:carousel:add']"
>
新增
</el-button
>
</el-col>
...
...
@@ -158,7 +157,6 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['accompany:carousel:edit']"
>
编辑
</el-button
>
<el-button
...
...
@@ -166,7 +164,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['accompany:carousel:remove']"
>
删除
</el-button
>
</
template
>
...
...
src/views/operation/business/index.vue
View file @
35fecfd8
...
...
@@ -200,7 +200,6 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:business:edit']"
>
修改
</el-button
>
<el-button
...
...
@@ -208,7 +207,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:business:remove']"
>
删除
</el-button
>
</
template
>
...
...
src/views/operation/news/index.vue
View file @
35fecfd8
...
...
@@ -28,7 +28,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:information:add']"
>
新增
</el-button
>
</el-col>
...
...
@@ -142,7 +141,6 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:information:edit']"
>
编辑
</el-button
>
<el-button
...
...
@@ -150,7 +148,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:information:remove']"
>
删除
</el-button
>
</
template
>
...
...
src/views/operation/notice/index.vue
View file @
35fecfd8
...
...
@@ -45,7 +45,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:notice:add']"
>
新增
</el-button
>
</el-col>
...
...
@@ -132,7 +131,6 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:notice:edit']"
>
编辑
</el-button
>
<el-button
...
...
@@ -140,7 +138,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:notice:remove']"
>
删除
</el-button
>
</
template
>
...
...
src/views/system/config/index.vue
View file @
35fecfd8
...
...
@@ -55,7 +55,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:config:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -66,7 +65,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['system:config:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -77,7 +75,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['system:config:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -87,7 +84,6 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['system:config:export']"
>
导出
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -97,7 +93,6 @@
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"handleRefreshCache"
v-hasPermi=
"['system:config:remove']"
>
刷新缓存
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -127,14 +122,12 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:config:edit']"
>
修改
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:config:remove']"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
src/views/system/dept/index.vue
View file @
35fecfd8
...
...
@@ -33,7 +33,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:dept:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -75,14 +74,12 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:dept:edit']"
>
修改
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-plus"
@
click=
"handleAdd(scope.row)"
v-hasPermi=
"['system:dept:add']"
>
新增
</el-button>
<el-button
v-if=
"scope.row.parentId != 0"
...
...
@@ -90,7 +87,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:dept:remove']"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
src/views/system/dict/data.vue
View file @
35fecfd8
...
...
@@ -43,7 +43,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:dict:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -54,7 +53,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['system:dict:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -65,7 +63,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['system:dict:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -75,7 +72,6 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['system:dict:export']"
>
导出
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -119,14 +115,12 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:dict:edit']"
>
修改
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:dict:remove']"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
src/views/system/dict/index.vue
View file @
35fecfd8
...
...
@@ -60,7 +60,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:dict:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -71,7 +70,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['system:dict:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -82,7 +80,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['system:dict:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -92,7 +89,6 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['system:dict:export']"
>
导出
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -102,7 +98,6 @@
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"handleRefreshCache"
v-hasPermi=
"['system:dict:remove']"
>
刷新缓存
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -137,14 +132,12 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:dict:edit']"
>
修改
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:dict:remove']"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
src/views/system/menu/index.vue
View file @
35fecfd8
...
...
@@ -33,7 +33,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:menu:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -82,21 +81,18 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:menu:edit']"
>
修改
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-plus"
@
click=
"handleAdd(scope.row)"
v-hasPermi=
"['system:menu:add']"
>
新增
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:menu:remove']"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
src/views/system/notice/index.vue
View file @
35fecfd8
...
...
@@ -41,7 +41,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:notice:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -52,7 +51,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['system:notice:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -63,7 +61,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['system:notice:remove']"
>
删除
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -101,14 +98,12 @@
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleUpdate(scope.row)"
v
-
hasPermi
=
"['system:notice:edit']"
>
修改
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['system:notice:remove']"
>
删除
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
src/views/system/oss/config.vue
View file @
35fecfd8
...
...
@@ -39,7 +39,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:oss:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -50,7 +49,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['system:oss:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -61,7 +59,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['system:oss:remove']"
>
删除
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -100,14 +97,12 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:oss:edit']"
>
修改
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:oss:remove']"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
src/views/system/oss/index.vue
View file @
35fecfd8
...
...
@@ -73,7 +73,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleFile"
v-hasPermi=
"['system:oss:upload']"
>
上传文件
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -83,7 +82,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleImage"
v-hasPermi=
"['system:oss:upload']"
>
上传图片
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -94,7 +92,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['system:oss:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -103,7 +100,6 @@
plain
size=
"mini"
@
click=
"handlePreviewListResource(!previewListResource)"
v-hasPermi=
"['system:oss:edit']"
>
预览开关 :
{{
previewListResource
?
"禁用"
:
"启用"
}}
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -113,7 +109,6 @@
icon=
"el-icon-s-operation"
size=
"mini"
@
click=
"handleOssConfig"
v-hasPermi=
"['system:oss:list']"
>
配置管理
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -155,14 +150,12 @@
type
=
"text"
icon
=
"el-icon-edit"
@
click
=
"handleDownload(scope.row)"
v
-
hasPermi
=
"['system:oss:download']"
>
下载
<
/el-button
>
<
el
-
button
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['system:oss:remove']"
>
删除
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
src/views/system/post/index.vue
View file @
35fecfd8
...
...
@@ -41,7 +41,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:post:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -52,7 +51,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['system:post:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -63,7 +61,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['system:post:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -73,7 +70,6 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['system:post:export']"
>
导出
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -102,14 +98,12 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:post:edit']"
>
修改
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:post:remove']"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
src/views/system/role/authUser.vue
View file @
35fecfd8
...
...
@@ -33,7 +33,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"openSelectUser"
v-hasPermi=
"['system:role:add']"
>
添加用户
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -44,7 +43,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"cancelAuthUserAll"
v-hasPermi=
"['system:role:remove']"
>
批量取消授权
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -82,7 +80,6 @@
type=
"text"
icon=
"el-icon-circle-close"
@
click=
"cancelAuthUser(scope.row)"
v-hasPermi=
"['system:role:remove']"
>
取消授权
</el-button>
</
template
>
</el-table-column>
...
...
src/views/system/role/index.vue
View file @
35fecfd8
...
...
@@ -60,7 +60,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:role:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -71,7 +70,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
v-hasPermi=
"['system:role:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -82,7 +80,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['system:role:remove']"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -92,7 +89,6 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
v-hasPermi=
"['system:role:export']"
>
导出
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -126,22 +122,18 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:role:edit']"
>
修改
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:role:remove']"
>
删除
</el-button>
<el-dropdown
size=
"mini"
@
command=
"(command) => handleCommand(command, scope.row)"
v-hasPermi=
"['system:role:edit']"
>
<el-dropdown
size=
"mini"
@
command=
"(command) => handleCommand(command, scope.row)"
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-d-arrow-right"
>
更多
</el-button>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"handleDataScope"
icon=
"el-icon-circle-check"
v-hasPermi=
"['system:role:edit']"
>
数据权限
</el-dropdown-item>
<el-dropdown-item
command=
"handleAuthUser"
icon=
"el-icon-user"
v-hasPermi=
"['system:role:edit']"
>
分配用户
</el-dropdown-item>
<el-dropdown-item
command=
"handleDataScope"
icon=
"el-icon-circle-check"
>
数据权限
</el-dropdown-item>
<el-dropdown-item
command=
"handleAuthUser"
icon=
"el-icon-user"
>
分配用户
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</
template
>
...
...
src/views/system/user/index.vue
View file @
35fecfd8
...
...
@@ -104,7 +104,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:user:add']"
>
新增
</el-button
>
</el-col>
...
...
@@ -225,7 +224,6 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:user:edit']"
>
修改
</el-button
>
<el-button
...
...
@@ -233,7 +231,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:user:remove']"
>
删除
</el-button
>
<!--
<el-dropdown
...
...
src/views/tool/gen/index.vue
View file @
35fecfd8
...
...
@@ -50,7 +50,6 @@
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleGenTable"
v-hasPermi=
"['tool:gen:code']"
>
生成
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -60,7 +59,6 @@
icon=
"el-icon-upload"
size=
"mini"
@
click=
"openImportTable"
v-hasPermi=
"['tool:gen:import']"
>
导入
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -71,7 +69,6 @@
size=
"mini"
:disabled=
"single"
@
click=
"handleEditTable"
v-hasPermi=
"['tool:gen:edit']"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -82,7 +79,6 @@
size=
"mini"
:disabled=
"multiple"
@
click=
"handleDelete"
v-hasPermi=
"['tool:gen:remove']"
>
删除
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
@@ -125,35 +121,30 @@
size=
"small"
icon=
"el-icon-view"
@
click=
"handlePreview(scope.row)"
v-hasPermi=
"['tool:gen:preview']"
>
预览
</el-button>
<el-button
type=
"text"
size=
"small"
icon=
"el-icon-edit"
@
click=
"handleEditTable(scope.row)"
v-hasPermi=
"['tool:gen:edit']"
>
编辑
</el-button>
<el-button
type=
"text"
size=
"small"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['tool:gen:remove']"
>
删除
</el-button>
<el-button
type=
"text"
size=
"small"
icon=
"el-icon-refresh"
@
click=
"handleSynchDb(scope.row)"
v-hasPermi=
"['tool:gen:edit']"
>
同步
</el-button>
<el-button
type=
"text"
size=
"small"
icon=
"el-icon-download"
@
click=
"handleGenTable(scope.row)"
v-hasPermi=
"['tool:gen:code']"
>
生成代码
</el-button>
</
template
>
</el-table-column>
...
...
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