Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_electricity
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
zhengke
jz_electricity
Commits
ee0948f4
Commit
ee0948f4
authored
Oct 12, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
也没修过
parent
7983f2b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
16 deletions
+25
-16
choiceArea.vue
src/components/common/choiceArea.vue
+13
-8
rubik.vue
src/components/sallCenter/plugin/rubik.vue
+12
-8
No files found.
src/components/common/choiceArea.vue
View file @
ee0948f4
...
...
@@ -145,17 +145,22 @@
</el-col>
</el-row>
</el-form-item>
<el-form-item
label=
"热区链接"
v-if=
"isLink"
>
<el-form-item
label=
"热区链接"
v-if=
"isLink"
>
<
template
v-if=
"chooseType=='rubik'"
>
<el-input
size=
"small"
style=
"width: 100%;"
v-model=
"hotspotList[index].link[0].PageName"
>
<template
slot=
"append"
>
<el-button
@
click=
"isShowLink=true"
>
选择链接
</el-button>
</
template
>
</el-input>
<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.PageName
"
>
<el-input
size=
"small"
style=
"width: 100%;"
v-model=
"hotspotList[index].link.PageUrl
"
>
<template
slot=
"append"
>
<el-button
@
click=
"isShowLink=true"
>
选择链接
</el-button>
</
template
>
...
...
src/components/sallCenter/plugin/rubik.vue
View file @
ee0948f4
...
...
@@ -194,14 +194,18 @@
</div>
</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].PageName"
>
<template
slot=
"append"
>
<el-button
@
click=
"isShowLink=true"
>
选择链接
</el-button>
</
template
>
</el-input>
<el-form-item
label=
"选择链接"
>
<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