Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
7cae5089
Commit
7cae5089
authored
Apr 30, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增页面
parent
67bc466d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1057 additions
and
705 deletions
+1057
-705
labelBar.vue
src/components/StoreDesign/labelBar.vue
+1
-1
userCenter.vue
src/components/StoreDesign/userCenter.vue
+1051
-701
chooseMeun.vue
src/components/common/chooseMeun.vue
+3
-1
minimenu.vue
src/components/system/minimenu.vue
+2
-2
No files found.
src/components/StoreDesign/labelBar.vue
View file @
7cae5089
...
...
@@ -314,7 +314,7 @@
}
}
return
{
//是否
线下
链接弹窗
//是否
显示
链接弹窗
isShowLink
:
false
,
mallMsg
:
{
MallBaseId
:
0
,
...
...
src/components/StoreDesign/userCenter.vue
View file @
7cae5089
This diff is collapsed.
Click to expand it.
src/components/common/chooseMeun.vue
View file @
7cae5089
...
...
@@ -42,7 +42,8 @@
var
obj
=
{
PageUrl
:
""
,
IsParameter
:
0
,
ParameterValue
:
""
ParameterValue
:
""
,
PageName
:
""
};
if
(
this
.
dataList
&&
this
.
dataList
.
length
>
0
)
{
this
.
dataList
.
forEach
(
item
=>
{
...
...
@@ -52,6 +53,7 @@
obj
.
PageUrl
=
subItem
.
PageUrl
;
obj
.
IsParameter
=
subItem
.
IsParameter
;
obj
.
ParameterValue
=
subItem
.
ParameterValue
;
obj
.
PageName
=
subItem
.
PageName
;
}
})
}
...
...
src/components/system/minimenu.vue
View file @
7cae5089
...
...
@@ -29,7 +29,7 @@
<div
class=
"query-box"
>
名称:
<el-input
type=
"text"
style=
"width:234px;"
size=
"small"
v-model=
"msg.PageName"
clearable
@
keyup
.
enter
.
native=
"msg.pageIndex=1,getPageList()"
></el-input>
等级
:
<el-select
style=
"width:234px;"
size=
"small"
v-model=
"msg.QPageType"
>
类型
:
<el-select
style=
"width:234px;"
size=
"small"
v-model=
"msg.QPageType"
>
<el-option
label=
"全部"
:key=
"0"
:value=
"0"
></el-option>
<el-option
v-for=
"item in pageType"
:key=
"item.Id"
:value=
"item.Id"
:label=
"item.Name"
></el-option>
</el-select>
...
...
@@ -84,7 +84,7 @@
<el-input
type=
"text"
style=
"width:234px"
size=
"small"
maxlength=
"25"
v-model=
"addMsg.PageName"
></el-input>
</el-form-item>
<el-form-item
label=
"菜单连接"
prop=
"MenuUrl"
>
<el-input
type=
"text"
style=
"width:234px"
size=
"small"
maxlength=
"
25
"
v-model=
"addMsg.PageUrl"
></el-input>
<el-input
type=
"text"
style=
"width:234px"
size=
"small"
maxlength=
"
100
"
v-model=
"addMsg.PageUrl"
></el-input>
</el-form-item>
<el-form-item
label=
"菜单类型"
>
<el-select
style=
"width:234px;"
size=
"small"
v-model=
"addMsg.PageType"
>
...
...
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