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
9af3eda8
Commit
9af3eda8
authored
Jan 10, 2020
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整前保存
parent
7b0f5b1d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
149 additions
and
134 deletions
+149
-134
mail.vue
ybf_admin/src/pages/in/contact/mail.vue
+149
-130
store.vue
ybf_admin/src/pages/in/contact/store.vue
+0
-4
No files found.
ybf_admin/src/pages/in/contact/mail.vue
View file @
9af3eda8
<
template
>
<div>
<div
style=
"width:100%;"
>
<div
class=
"left"
>
<div
class=
"left-c"
>
<div
class=
"title"
>
组织架构
</div>
<div
class=
"bottom"
>
<div
class=
"ty"
>
...
...
@@ -27,19 +28,21 @@
/></span>
</div>
-->
</div>
<div
class=
"tree"
>
<el-tree
:data=
"data1"
show-checkbox
node-key=
"id"
default-expand-all
:expand-on-click-node=
"false"
class=
"tree"
>
<span
class=
"custom-tree-node"
slot-scope=
"
{ node, data }">
<span>
{{
node
.
label
}}
</span>
<span
style=
"margin-left:20px;"
>
<d2-icon-svg
name=
"edit"
class=
"icon"
@
click=
"() => edit(data)"
/>
<d2-icon-svg
name=
"edit"
class=
"icon"
@
click=
"() => edit(data)"
/>
<d2-icon-svg
name=
"delete"
class=
"icon"
...
...
@@ -49,19 +52,32 @@
</span>
</el-tree>
</div>
</div>
<div
class=
"run"
>
<div
class=
"end"
>
<span
class=
"add-l"
@
click=
"addCounter"
>
添加柜组
</span>
<span
class=
"add-r"
@
click=
"addStore"
>
添加门店/专柜
</span>
</div>
</div>
</div>
</div>
<div
class=
"right"
>
<div
class=
"right-c"
>
<div
class=
"top"
>
三号柜组(共18人)
</div>
<div
class=
"searchs"
>
<div
class=
"buttons"
>
<el-button
class=
"button buttonlight"
size=
"small"
@
click=
"synchronismMember"
<el-button
class=
"button buttonlight"
size=
"small"
@
click=
"synchronismMember"
>
同步成员
</el-button
>
<el-button
class=
"button buttondark"
size=
"small"
@
click=
"handleMove"
>
移动
</el-button>
<el-button
class=
"button buttondark"
size=
"small"
@
click=
"handleMove"
>
移动
</el-button
>
</div>
<!-- 搜索区 -->
<el-form
...
...
@@ -100,7 +116,7 @@
prop=
"id"
label=
"企业微信ID"
align=
"center"
width =
"120"
width=
"120"
></el-table-column>
<el-table-column
prop=
"taskType"
...
...
@@ -139,6 +155,7 @@
>
</el-pagination>
</div>
</div>
<move-dialog
v-if=
"moveDialogShow"
:moveDialog=
"moveDialogShow"
...
...
@@ -153,7 +170,7 @@
<
script
>
import
MoveDialog
from
"./components/move"
;
import
AddCounter
from
"./components/addCounter"
;
import
AddStore
from
'./components/addStore'
import
AddStore
from
"./components/addStore"
;
export
default
{
data
()
{
const
data1
=
[
...
...
@@ -365,18 +382,20 @@ export default {
},
currentPage
()
{},
addCounter
()
{
this
.
$refs
.
addCounter
.
counterDialog
=
true
this
.
$refs
.
addCounter
.
counterDialog
=
true
;
},
addStore
()
{
this
.
$refs
.
addStore
.
addStoreDialog
=
true
this
.
$refs
.
addStore
.
addStoreDialog
=
true
;
}
}
};
</
script
>
<
style
scoped
>
.tree
{
.run
{
height
:
34px
;
width
:
100%
;
position
:
relative
;
}
.top
{
padding-bottom
:
10px
;
...
...
@@ -393,7 +412,7 @@ export default {
border
:
1px
solid
rgba
(
78
,
89
,
199
,
1
);
width
:
100%
;
box-sizing
:
border-box
;
bottom
:
0
;
}
.add-l
,
.add-r
{
...
...
@@ -425,7 +444,7 @@ export default {
}
.bottom
{
padding
:
12px
;
margin-bottom
:
50
px
;
margin-bottom
:
194
px
;
}
.title
{
height
:
48px
;
...
...
@@ -446,7 +465,6 @@ export default {
.right
{
display
:
inline-block
;
background-color
:
#fff
;
/* height: 518px; */
height
:
100%
;
overflow
:
auto
;
box-sizing
:
border-box
;
...
...
@@ -457,6 +475,9 @@ export default {
margin-left
:
10px
;
width
:
79%
;
}
.right-c
,
.left-c
{
width
:
100%
;
}
.number
{
font-size
:
14px
;
margin-top
:
2px
;
...
...
@@ -488,9 +509,7 @@ export default {
width
:
100%
;
margin-top
:
20px
;
}
.list
{
/* // border: 1px solid red; */
}
.listButtonRed
{
/* // border: 2px solid green; */
color
:
red
;
...
...
ybf_admin/src/pages/in/contact/store.vue
View file @
9af3eda8
...
...
@@ -272,8 +272,6 @@ export default {
border
:
1px
solid
#4e59c7
;
box-sizing
:
border-box
;
}
.buttonlight
:hover
{
}
.buttondark
{
width
:
88px
;
height
:
32px
;
...
...
@@ -282,8 +280,6 @@ export default {
border
:
1px
solid
#4e59c7
;
box-sizing
:
border-box
;
}
.buttondark
:hover
{
}
.searchzone
{
height
:
40px
;
width
:
auto
;
...
...
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