Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
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
jianan
ferry_web
Commits
09328dfc
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
+7
-4
src/views/system/dept/index.vue
+1
-0
src/views/system/loginlog/index.vue
+1
-1
src/views/system/menu/index.vue
+1
-0
src/views/system/post/index.vue
+1
-1
src/views/system/role/index.vue
+1
-1
src/views/system/sysuser/index.vue
+2
-1
No files found.
src/views/dept/index.vue
→
src/views/
system/
dept/index.vue
View file @
09328dfc
...
@@ -34,6 +34,7 @@
...
@@ -34,6 +34,7 @@
v-loading=
"loading"
v-loading=
"loading"
:data=
"deptList"
:data=
"deptList"
row-key=
"deptId"
row-key=
"deptId"
border
default-expand-all
default-expand-all
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}"
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}"
>
>
...
...
src/views/loginlog/index.vue
→
src/views/
system/
loginlog/index.vue
View file @
09328dfc
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
</el-col>
</el-col>
</el-row>
</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
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"编号"
width=
"70"
align=
"center"
prop=
"infoId"
/>
<el-table-column
label=
"编号"
width=
"70"
align=
"center"
prop=
"infoId"
/>
<el-table-column
label=
"用户名称"
width=
"85"
align=
"center"
prop=
"username"
/>
<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 @@
...
@@ -26,6 +26,7 @@
<el-table
<el-table
v-loading=
"loading"
v-loading=
"loading"
border
:data=
"menuList"
:data=
"menuList"
row-key=
"menuId"
row-key=
"menuId"
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}"
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}"
...
...
src/views/post/index.vue
→
src/views/
system/
post/index.vue
View file @
09328dfc
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
</el-col>
</el-col>
</el-row>
</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
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"岗位编号"
width=
"80"
align=
"center"
prop=
"postId"
/>
<el-table-column
label=
"岗位编号"
width=
"80"
align=
"center"
prop=
"postId"
/>
<el-table-column
label=
"岗位编码"
align=
"center"
prop=
"postCode"
/>
<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 @@
...
@@ -81,7 +81,7 @@
</el-col>
</el-col>
</el-row>
</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
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"角色编号"
prop=
"roleId"
width=
"120"
/>
<el-table-column
label=
"角色编号"
prop=
"roleId"
width=
"120"
/>
<el-table-column
label=
"角色名称"
prop=
"roleName"
:show-overflow-tooltip=
"true"
width=
"150"
/>
<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 @@
...
@@ -92,6 +92,7 @@
<el-table
<el-table
v-loading=
"loading"
v-loading=
"loading"
:data=
"userList"
:data=
"userList"
border
@
selection-change=
"handleSelectionChange"
@
selection-change=
"handleSelectionChange"
>
>
<el-table-column
type=
"selection"
width=
"45"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"45"
align=
"center"
/>
...
@@ -100,7 +101,7 @@
...
@@ -100,7 +101,7 @@
<el-table-column
label=
"用户昵称"
align=
"center"
prop=
"nickName"
:show-overflow-tooltip=
"true"
/>
<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=
"deptName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"手机号码"
align=
"center"
prop=
"phone"
width=
"120"
/>
<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"
>
<template
slot-scope=
"scope"
>
<el-switch
<el-switch
v-model=
"scope.row.status"
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