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
86910fba
Commit
86910fba
authored
Sep 03, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改组件
parent
d810bba1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
13 deletions
+22
-13
choiceArea.vue
src/components/common/choiceArea.vue
+11
-6
rubik.vue
src/components/sallCenter/plugin/rubik.vue
+11
-7
No files found.
src/components/common/choiceArea.vue
View file @
86910fba
...
...
@@ -147,12 +147,17 @@
</el-form-item>
<el-form-item
label=
"热区链接"
v-if=
"isLink"
>
<
template
v-if=
"chooseType=='rubik'"
>
<el-input
size=
"small"
style=
"width: 100%;"
<div
style=
"border:1px solid #dcdfe6;padding:5px;"
>
<el-input
size=
"small"
style=
"width: 100%;margin-bottom:5px;"
placeholder=
"名称"
v-model=
"hotspotList[index].link[0].PageName"
>
</el-input>
<el-input
size=
"small"
style=
"width: 100%;"
placeholder=
"点击选择链接"
v-model=
"hotspotList[index].link[0].PageUrl"
>
<template
slot=
"append"
>
<el-button
@
click=
"isShowLink=true"
>
选择链接
</el-button>
</
template
>
</el-input>
</div>
</template>
<
template
v-else
>
<el-input
size=
"small"
style=
"width: 100%;"
v-model=
"hotspotList[index].link.PageUrl"
>
...
...
src/components/sallCenter/plugin/rubik.vue
View file @
86910fba
...
...
@@ -195,13 +195,17 @@
</div>
</el-form-item>
<el-form-item
label=
"选择链接"
>
<el-input
size=
"small"
v-if=
"rubData.data.list&&rubData.data.list.length>0
&& rubData.data.list[rubik].link && rubData.data.list[rubik].link.length>0"
v-model=
"
rubData.data.list[rubik].link[0].PageUrl"
>
<div
style=
"border:1px solid #dcdfe6;padding:5px;"
v-if=
"rubData.data.list&&rubData.data.list.length>0
&& rubData.data.list[rubik].link && rubData.data.list[rubik].link.length>0"
>
<el-input
size=
"small"
style=
"width: 100%;margin-bottom:5px;"
placeholder=
"名称"
v-model=
"rubData.data.list[rubik].link[0].PageName"
>
</el-input>
<el-input
size=
"small"
v-model=
"rubData.data.list[rubik].link[0].PageUrl"
placeholder=
"点击选择链接"
>
<template
slot=
"append"
>
<el-button
@
click=
"isShowLink=true"
>
选择链接
</el-button>
</
template
>
</el-input>
</div>
</el-form-item>
</el-card>
</template>
...
...
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