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
f6587aa3
Commit
f6587aa3
authored
Sep 23, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
曾加
parent
9be18ee6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
306 additions
and
2 deletions
+306
-2
directorSetting.vue
src/components/director/directorSetting.vue
+1
-1
sidao.vue
src/components/sallCenter/plugin/sidao.vue
+270
-0
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+35
-1
No files found.
src/components/director/directorSetting.vue
View file @
f6587aa3
...
...
@@ -126,7 +126,7 @@
<div
class=
"head-title"
>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
label=
"基础设置"
name=
"1"
></el-tab-pane>
<
el-tab-pane
label=
"司导设置"
name=
"2"
></el-tab-pane
>
<
!--
<el-tab-pane
label=
"司导设置"
name=
"2"
></el-tab-pane>
--
>
</el-tabs>
</div>
<div
class=
"content"
>
...
...
src/components/sallCenter/plugin/sidao.vue
0 → 100644
View file @
f6587aa3
This diff is collapsed.
Click to expand it.
src/components/sallCenter/templateEdit.vue
View file @
f6587aa3
...
...
@@ -282,6 +282,9 @@
:index=
"index"
:dataLeng=
"dataList.length"
></topic>
<shopinfo
v-if=
"item.Id=='shop-info'"
:shopinfoData=
"item"
@
getSord=
"getSord"
@
comDelPlugin=
"comDelPlugin"
:index=
"index"
:dataLeng=
"dataList.length"
></shopinfo>
<sidao
v-if=
"item.Id=='drive-guide'"
:sidaoData=
"item"
@
getSord=
"getSord"
@
comDelPlugin=
"comDelPlugin"
:index=
"index"
:dataLeng=
"dataList.length"
></sidao>
</div>
</div>
</div>
...
...
@@ -389,6 +392,7 @@
import
imageText
from
"../sallCenter/plugin/image-text.vue"
import
topic
from
"../sallCenter/plugin/topic.vue"
import
shopinfo
from
"../sallCenter/plugin/shopinfo.vue"
import
sidao
from
"../sallCenter/plugin/sidao.vue"
import
ChooseImg
from
"@/components/global/ChooseImg.vue"
;
export
default
{
...
...
@@ -457,7 +461,8 @@
imageText
,
topic
,
shopinfo
,
ChooseImg
ChooseImg
,
sidao
},
methods
:
{
//选择图片
...
...
@@ -1259,6 +1264,35 @@
};
this
.
dataList
.
push
(
shopInfoObj
);
break
;
//司导组件
case
'drive-guide'
:
let
driveObj
=
{
Id
:
'drive-guide'
,
isCked
:
false
,
data
:{
SearchBackground
:
''
,
//搜索背景
SearchTips
:
''
,
//搜索框文字
Tips
:
'每辆车都会配备一名专业导游,方便游客出行'
,
// 按钮上面的文字提示
TipsIco
:
this
.
domainManager
().
ImageUrl
+
'/Static/dir_icon.png'
,
// 按钮上面的文字图标提示
ButtonTextColor
:
'#fff'
,
//按钮文本颜色
ButtonText
:
'去订车'
,
// 按钮文本
ButtonColor
:
'#FF4048'
,
//按钮颜色
IsShowDate
:
1
,
// 是否显示时间筛选0-否,1-是
IsShowCity
:
1
,
// 是否显示城市筛选0-否,1-是
IsShowAddress
:
1
,
//是否显示地址筛选0-否,1-是
IsShowCarpooling
:
1
,
//是否显示拼车筛选0-否,1-是
IsShowGuideCarGoodsType
:
1
,
// 是否显示出行类型筛选0-否,1-是
IsShowCarClass
:
1
,
//是否显示车辆类型筛选0-否,1-是
IsShowTravelGuestNum
:
1
,
//是否显示出行人数筛选0-否,1-是
ButtonFilletPX
:
0
,
// 按钮圆角像素
PaddingTop
:
0
,
//上边距
PaddingBottom
:
0
,
//下边距
PaddingLeft
:
0
,
//左边距
PaddingRight
:
0
//右边距
}
}
this
.
dataList
.
push
(
driveObj
);
break
;
}
},
//给子组件调用 重新排序上移下移
...
...
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