Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
09328dfc
authored
Jul 14, 2020
by
Mr. Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整合页面文件。
parent
418dc1c3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
4 deletions
src/views/dept/index.vue → src/views/system/dept/index.vue
src/views/loginlog/index.vue → src/views/system/loginlog/index.vue
src/views/menu/index.vue → src/views/system/menu/index.vue
src/views/post/index.vue → src/views/system/post/index.vue
src/views/role/index.vue → src/views/system/role/index.vue
src/views/sysuser/index.vue → src/views/system/sysuser/index.vue
src/views/dept/index.vue
→
src/views/
system/
dept/index.vue
View file @
09328dfc
...
...
@@ -34,6 +34,7 @@
v-loading=
"loading"
:data=
"deptList"
row-key=
"deptId"
border
default-expand-all
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}"
>
...
...
src/views/loginlog/index.vue
→
src/views/
system/
loginlog/index.vue
View file @
09328dfc
...
...
@@ -60,7 +60,7 @@
</el-col>
</el-row>
<el-table
v-loading=
"loading"
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
border
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"编号"
width=
"70"
align=
"center"
prop=
"infoId"
/>
<el-table-column
label=
"用户名称"
width=
"85"
align=
"center"
prop=
"username"
/>
...
...
src/views/menu/index.vue
→
src/views/
system/
menu/index.vue
View file @
09328dfc
...
...
@@ -26,6 +26,7 @@
<el-table
v-loading=
"loading"
border
:data=
"menuList"
row-key=
"menuId"
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}"
...
...
src/views/post/index.vue
→
src/views/
system/
post/index.vue
View file @
09328dfc
...
...
@@ -67,7 +67,7 @@
</el-col>
</el-row>
<el-table
v-loading=
"loading"
:data=
"postList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
border
:data=
"postList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"岗位编号"
width=
"80"
align=
"center"
prop=
"postId"
/>
<el-table-column
label=
"岗位编码"
align=
"center"
prop=
"postCode"
/>
...
...
src/views/role/index.vue
→
src/views/
system/
role/index.vue
View file @
09328dfc
...
...
@@ -81,7 +81,7 @@
</el-col>
</el-row>
<el-table
v-loading=
"loading"
:data=
"roleList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
border
:data=
"roleList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"角色编号"
prop=
"roleId"
width=
"120"
/>
<el-table-column
label=
"角色名称"
prop=
"roleName"
:show-overflow-tooltip=
"true"
width=
"150"
/>
...
...
src/views/sysuser/index.vue
→
src/views/sys
tem/sys
user/index.vue
View file @
09328dfc
...
...
@@ -92,6 +92,7 @@
<el-table
v-loading=
"loading"
:data=
"userList"
border
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"45"
align=
"center"
/>
...
...
@@ -100,7 +101,7 @@
<el-table-column
label=
"用户昵称"
align=
"center"
prop=
"nickName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"deptName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"手机号码"
align=
"center"
prop=
"phone"
width=
"120"
/>
<el-table-column
label=
"状态"
width=
"
5
0"
align=
"center"
>
<el-table-column
label=
"状态"
width=
"
6
0"
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.status"
...
...
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