Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xulili
ybf
Commits
317fcde5
Commit
317fcde5
authored
Jan 19, 2020
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
假数据
parent
0d29d168
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
449 additions
and
147 deletions
+449
-147
mail.js
ybf_admin/src/api/in/mail.js
+10
-4
history.vue
ybf_admin/src/pages/in/contact/components/history.vue
+5
-4
counter.vue
ybf_admin/src/pages/in/contact/counter.vue
+6
-1
mail.vue
ybf_admin/src/pages/in/contact/mail.vue
+428
-138
No files found.
ybf_admin/src/api/in/mail.js
View file @
317fcde5
...
...
@@ -11,11 +11,10 @@ export function getMailList(data) {
})
}
//通讯录管理---组织架构
export
function
getOrgTree
(
data
)
{
export
function
getOrgTree
()
{
return
request
({
url
:
''
,
method
:
'post'
,
data
:
data
url
:
'/admin/auth/addressbook/addressBookPage'
,
method
:
'get'
,
})
}
export
function
getHistoryList
()
{
...
...
@@ -24,3 +23,10 @@ export function getHistoryList() {
method
:
'get'
,
})
}
export
function
deleteCounter
(
inData
)
{
return
request
({
url
:
'/admin/auth/stall/delete'
,
method
:
'delete'
,
params
:
inData
})
}
\ No newline at end of file
ybf_admin/src/pages/in/contact/components/history.vue
View file @
317fcde5
...
...
@@ -19,19 +19,20 @@
>
<el-table-column
label=
"序号"
width=
"
7
0"
width=
"
12
0"
type=
"index"
align=
"center"
></el-table-column>
<el-table-column
label=
"头像"
align=
"center"
>
<el-table-column
label=
"头像"
align=
"center"
width=
"240"
>
<template
slot-scope=
"scope"
>
<span><img
:src=
"scope.row.thumbAvatar"
alt=
""
></span>
<span><img
:src=
"scope.row.thumbAvatar"
alt=
""
style=
"width:60px;height60px;"
></span>
</
template
>
</el-table-column>
<el-table-column
prop=
"userName"
label=
"姓名"
align=
"center"
width=
"240"
></el-table-column>
<el-table-column
prop=
"userId"
...
...
@@ -42,7 +43,7 @@
prop=
"bar"
label=
"更新时间"
align=
"center"
width=
"120"
></el-table-column>
</el-table>
</div>
...
...
ybf_admin/src/pages/in/contact/counter.vue
View file @
317fcde5
...
...
@@ -173,7 +173,12 @@ export default {
this
.
$refs
.
editCounter
.
counterDialog
=
true
},
handleDelete
(
id
)
{
this
.
$confirm
(
'确定删除该柜组吗?'
,
{
}).
then
(()
=>
{
this
.
$message
.
success
(
"删除成功"
)
}).
catch
(()
=>
{
this
.
$message
.
info
(
"取消删除"
)
});
},
handleEditClose
()
{
this
.
editDialog
=
false
...
...
ybf_admin/src/pages/in/contact/mail.vue
View file @
317fcde5
This diff is collapsed.
Click to expand it.
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