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
c2780e09
Commit
c2780e09
authored
Mar 07, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s
parent
defb3899
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
7 deletions
+19
-7
LuckyDraw.vue
src/components/activity/LuckyDraw.vue
+19
-7
No files found.
src/components/activity/LuckyDraw.vue
View file @
c2780e09
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
<th>
结束日期
</th>
<th>
结束日期
</th>
<th>
抽奖次数(每人)
</th>
<th>
抽奖次数(每人)
</th>
<th>
抽奖状态
</th>
<th>
抽奖状态
</th>
<th>
备注
</th>
<th
width=
"400"
>
备注
</th>
<th>
操作
</th>
<th>
操作
</th>
</tr>
</tr>
<tr
v-for=
"item in dataList"
>
<tr
v-for=
"item in dataList"
>
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<el-form-item
label=
"抽奖规则"
prop=
"lotteryRules"
>
<el-form-item
label=
"抽奖规则"
prop=
"lotteryRules"
>
<quill-editor
class=
"w595"
v-model=
"addMsg.lotteryRules"
></quill-editor>
<quill-editor
class=
"w595"
:options=
"editorOption"
v-model=
"addMsg.lotteryRules"
></quill-editor>
</el-form-item>
</el-form-item>
</td>
</td>
</tr>
</tr>
...
@@ -321,10 +321,23 @@ export default {
...
@@ -321,10 +321,23 @@ export default {
image
:
''
,
image
:
''
,
},
},
toolbar
:
{
toolbar
:
{
clean
:
false
,
//加粗
clean
:
true
,
//加粗
font
:
false
,
//字体
bold
:
true
,
narrative
:
true
,
//叙述,
// italic:true,
image
:
true
fontColor
:
true
,
align
:
true
,
leftIndent
:
true
,
rightIndent
:
true
,
headSize
:
true
,
narrative
:
false
,
//叙述,
},
editorOption
:{
modules
:{
toolbar
:[
[
'bold'
,
'italic'
,
'underline'
,
'strike'
],
// toggled buttons
[
'blockquote'
,
'code-block'
,
'align'
]
]
}
},
},
rules
:{
rules
:{
branchId
:
[{
required
:
true
,
message
:
"请选择公司"
,
trigger
:
"change"
}],
branchId
:
[{
required
:
true
,
message
:
"请选择公司"
,
trigger
:
"change"
}],
...
@@ -365,7 +378,6 @@ export default {
...
@@ -365,7 +378,6 @@ export default {
},
},
filters
:
{
filters
:
{
},
},
methods
:
{
methods
:
{
//重置id
//重置id
resSetInfo
(){
resSetInfo
(){
...
...
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