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
fe218f71
Commit
fe218f71
authored
Jul 02, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
bf3e3bf8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
42 deletions
+20
-42
b2blink_dialog.vue
src/components/WebSet/plug-in/b2blink_dialog.vue
+3
-6
imglink_dialog.vue
src/components/WebSet/plug-in/imglink_dialog.vue
+6
-8
linkpicture_dialog.vue
src/components/WebSet/plug-in/linkpicture_dialog.vue
+8
-22
paragraphLink_dialog.vue
src/components/WebSet/plug-in/paragraphLink_dialog.vue
+3
-6
No files found.
src/components/WebSet/plug-in/b2blink_dialog.vue
View file @
fe218f71
...
...
@@ -69,15 +69,12 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:span=
"24"
>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
@
click=
"isShowTripDailog=true"
>
选择行程
</el-button>
</el-form-item>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item>
<el-input
type=
"text"
v-model=
"plugData.TripTitle"
></el-input>
<el-input
type=
"text"
v-model=
"plugData.TripTitle"
>
<el-button
slot=
"append"
type=
"primary"
@
click=
"isShowTripDailog=true"
>
选择行程
</el-button>
</el-input>
</el-form-item>
<el-form-item>
<div
class=
"webSliderDiv"
>
...
...
src/components/WebSet/plug-in/imglink_dialog.vue
View file @
fe218f71
...
...
@@ -89,12 +89,10 @@
<el-form-item
style=
"margin-bottom:0"
>
<span>
圖片尺寸請上傳:770x770,檔案請小於3M
</span>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
@
click=
"isShowTripDailog=true,checkIndex=1"
>
选择行程
</el-button>
</el-form-item>
<el-form-item
label=
"行程名稱1"
>
<el-input
type=
"text"
v-model=
"plugData.TripTitle1"
></el-input>
<el-input
type=
"text"
v-model=
"plugData.TripTitle1"
>
<el-button
slot=
"append"
type=
"primary"
@
click=
"isShowTripDailog=true,checkIndex=1"
>
选择行程
</el-button>
</el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -119,11 +117,11 @@
<span>
圖片尺寸請上傳:770x770,檔案請小於3M
</span>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
@
click=
"isShowTripDailog=true,checkIndex=2"
>
选择行程
</el-button>
</el-form-item>
<el-form-item
label=
"行程名稱2"
>
<el-input
type=
"text"
v-model=
"plugData.TripTitle2"
></el-input>
<el-input
type=
"text"
v-model=
"plugData.TripTitle2"
>
<el-button
slot=
"append"
type=
"primary"
@
click=
"isShowTripDailog=true,checkIndex=2"
>
选择行程
</el-button>
</el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/components/WebSet/plug-in/linkpicture_dialog.vue
View file @
fe218f71
...
...
@@ -61,7 +61,10 @@
<el-input
type=
"textarea"
v-model=
"plugData.Describe"
:rows=
"4"
></el-input>
</el-form-item>
<el-row
style=
"margin-bottom:20px;"
>
<el-col
:span=
"10"
>
<el-col
:span=
"12"
>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
@
click=
"isShowTripDailog=true,clickIndex=1"
>
选择行程
</el-button>
</el-form-item>
<el-form-item>
<div
class=
"webSliderDiv"
@
click=
"clickIndex=1"
>
<el-upload
:http-request=
"UploadImage"
:multiple=
"true"
accept=
"image/jpeg,image/gif,image/png,image/bmp"
...
...
@@ -76,18 +79,10 @@
</div>
</el-form-item>
</el-col>
<el-col
:span=
"14"
>
<el-row>
<el-col
:span=
"24"
>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
@
click=
"isShowTripDailog=true,clickIndex=1"
>
选择行程
</el-button>
</el-form-item>
</el-col>
</el-row>
</el-col>
</el-row>
<el-row
style=
"margin-bottom:20px;"
>
<el-col
:span=
"10"
>
<el-col
:span=
"12"
>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
@
click=
"isShowTripDailog=true,clickIndex=2"
>
选择行程
</el-button>
</el-form-item>
<el-form-item>
<div
class=
"webSliderDiv"
@
click=
"clickIndex=2"
>
<el-upload
:http-request=
"UploadImage"
:multiple=
"true"
accept=
"image/jpeg,image/gif,image/png,image/bmp"
...
...
@@ -102,15 +97,6 @@
</div>
</el-form-item>
</el-col>
<el-col
:span=
"14"
>
<el-row>
<el-col
:span=
"24"
>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
@
click=
"isShowTripDailog=true,clickIndex=2"
>
选择行程
</el-button>
</el-form-item>
</el-col>
</el-row>
</el-col>
</el-row>
</el-form>
<el-dialog
title=
"选择行程"
:visible
.
sync=
"isShowTripDailog"
width=
"1000px"
append-to-body
>
...
...
src/components/WebSet/plug-in/paragraphLink_dialog.vue
View file @
fe218f71
...
...
@@ -61,14 +61,11 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:span=
"24"
>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
@
click=
"isShowTripDailog=true"
>
选择行程
</el-button>
</el-form-item>
</el-row>
<el-row
:span=
"24"
>
<el-form-item
label=
"行程名稱"
>
<el-input
type=
"text"
v-model=
"plugData.TripTitle"
></el-input>
<el-input
type=
"text"
v-model=
"plugData.TripTitle"
>
<el-button
slot=
"append"
type=
"primary"
@
click=
"isShowTripDailog=true"
>
选择行程
</el-button>
</el-input>
</el-form-item>
</el-row>
<el-row
:span=
"24"
>
...
...
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