Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
ffe55f6f
Commit
ffe55f6f
authored
Nov 29, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
db34f385
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
13 deletions
+6
-13
OrderManagement.vue
src/components/activity/OrderManagement.vue
+1
-1
pushManagement.vue
src/components/activity/pushManagement.vue
+1
-1
index.vue
src/components/index.vue
+4
-11
No files found.
src/components/activity/OrderManagement.vue
View file @
ffe55f6f
...
...
@@ -75,7 +75,7 @@
{{
getDate
(
item
.
crateTime
)
}}
</td>
<td
class=
"paddinglr10"
>
<p
class=
"tleft"
>
联系
电话:
{{
item
.
customerPhone
}}
</p>
<p
class=
"tleft"
>
联系
信息:
{{
item
.
receiver
}}
/
{{
item
.
customerPhone
}}
</p>
<p
class=
"tleft"
>
收货地址:
{{
item
.
customerAddress
}}
</p>
</td>
<td>
{{
item
.
sendRemark
}}
</td>
...
...
src/components/activity/pushManagement.vue
View file @
ffe55f6f
...
...
@@ -99,7 +99,7 @@
<el-input
type=
"text"
v-model=
"addMsg.MinProgram"
class=
"w217"
></el-input>
</el-form-item>
<el-form-item
label=
"推送时间"
prop=
"SendDate"
>
<el-date-picker
v-model=
'addMsg.SendDate'
:picker-options=
"pickerOptions0"
class=
'w217'
value-format=
"yyyy-MM-dd
"
type=
"dat
e"
></el-date-picker>
<el-date-picker
v-model=
'addMsg.SendDate'
:picker-options=
"pickerOptions0"
class=
'w217'
value-format=
"yyyy-MM-dd
HH:mm"
type=
"datetim
e"
></el-date-picker>
</el-form-item>
<el-form-item
label=
"所属公司"
>
<el-select
filterable
v-model=
"addMsg.RB_Branch_id"
>
...
...
src/components/index.vue
View file @
ffe55f6f
...
...
@@ -70,9 +70,8 @@
<span
class=
"MenuConfirm"
v-if=
"item.fatherCount>0"
>
{{
item
.
fatherCount
}}
</span>
</span>
<div
class=
"hoverNote"
></div>
<!--
<div
:class=
"
{menuList_son:item.ChildMenu.length>=1}" :style="{width:item.ChildMenu.length>=1 ? ((item.ChildMenu.length*160) + 'px') : '0',left: item.ChildMenu.length>1 ? '-50%' : '0'}" @click.stop>-->
<div
v-if=
"item.ChildMenu && item.ChildMenu.length>0"
:class=
"
{menuList_son:item.ChildMenu.length>=1}" :style="{width:item.ChildMenu.length>=1 ? '1300px' : '0',left:'50px'}" style='border: 1px solid #eee;border-top:none;' @click.stop>
<div
class=
"menuList_son_item"
@
mousemove
.
stop
@
mouseout
.
stop
>
<div
@
mousemove
.
stop
@
mouseout
.
stop
v-if=
"item.ChildMenu && item.ChildMenu.length>0"
:class=
"
{menuList_son:item.ChildMenu.length>=1}" :style="{width:item.ChildMenu.length>=1 ? '1300px' : '0',left:'50px'}" style='border: 1px solid #eee;border-top:none;' @click.stop>
<div
class=
"menuList_son_item"
>
<div
v-for=
"(son, sIndex) in item.ChildMenu"
style=
"width: 150px;border-right: 1px solid rgb(246, 246, 249);"
>
<p
class=
"menuList_son_one_tittle"
>
{{
son
.
MenuName
}}
...
...
@@ -4364,12 +4363,10 @@ export default {
margin: 32px 0 14px;
}
.nav-middle ul li:hover .menuList_son{
//
display: block;
display: block;
width: 1000px;
z-index: 999999;
opacity: 1;
// padding: 20px 0 20px 20px;
height: auto;
// transition: all .5s linear .5s;
animation:ttt .5s forwards;
}
...
...
@@ -4386,14 +4383,10 @@ export default {
}
.nav-middle ul li .menuList_son{
position: fixed;
z-index: 9000;
background-color: #FFF;
top: 50px;
// display: none;
opacity: 0;
padding: 0;
display: none;
overflow: hidden;
height: 0;
box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.menuList_tittle_box{
...
...
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