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
ce5d6564
Commit
ce5d6564
authored
Jan 31, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8024beb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
scenicRecommentList.vue
src/components/scenicSpot/scenicRecommentList.vue
+14
-11
No files found.
src/components/scenicSpot/scenicRecommentList.vue
View file @
ce5d6564
...
@@ -383,9 +383,9 @@
...
@@ -383,9 +383,9 @@
<el-option
v-for=
"item in cityList2"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
<el-option
v-for=
"item in cityList2"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"攻略内容"
prop=
"lotteryRules"
>
<el-form-item
label=
"攻略内容"
prop=
"lotteryRules"
>
<quill-editor
class=
"w595"
:options=
"editorOption"
v-model=
"addMsg.Content"
></quill-editor>
<my-edit
class=
"w595"
style=
"margin-top:-30px;"
v-bind:editValue=
"addMsg.Content"
v-on:edit-value=
"addMsg.Content = arguments[0]"
v-bind:toolbarShow=
"toolbar"
v-bind:referenceList=
"DefaultList"
v-bind:placeholder=
"placeholder"
></my-edit>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
@@ -398,7 +398,11 @@
...
@@ -398,7 +398,11 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
MyEdit
from
"../EditTemplate.vue"
;
export
default
{
export
default
{
components
:
{
"my-edit"
:
MyEdit
,
},
data
()
{
data
()
{
return
{
return
{
DataList
:
""
,
DataList
:
""
,
...
@@ -409,7 +413,14 @@
...
@@ -409,7 +413,14 @@
countryList
:
[],
countryList
:
[],
provinceList
:
[],
provinceList
:
[],
cityList
:
[],
cityList
:
[],
placeholder
:
"请输入"
,
DefaultList
:
[],
toolbar
:
{
clean
:
false
,
//加粗
font
:
false
,
//字体
narrative
:
false
,
//叙述,
image
:
true
},
provinceList2
:
[],
provinceList2
:
[],
cityList2
:
[],
cityList2
:
[],
msg
:
{
msg
:
{
...
@@ -432,14 +443,6 @@
...
@@ -432,14 +443,6 @@
ProviceId
:
0
,
ProviceId
:
0
,
CityId
:
0
CityId
:
0
},
},
editorOption
:
{
modules
:
{
toolbar
:
[
[
'bold'
,
'italic'
,
'underline'
,
'strike'
,
'image'
],
// toggled buttons
[
'blockquote'
,
'code-block'
,
'align'
]
]
}
},
rules
:
{
rules
:
{
Name
:
[{
Name
:
[{
required
:
true
,
required
:
true
,
...
...
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