Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
6 years ago
Commit
263308e757af4215a95b62e0e1e3b48a0f6ccada
1 parent
0159319c
验证优化和编辑屏蔽
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
public/vue/wheel-surf/components/add-prize.vue
public/vue/wheel-surf/prize-sent-list.vue
public/vue/wheel-surf/components/add-prize.vue
View file @
263308e
...
...
@@ -129,7 +129,8 @@
h('Button', {
props: {
type: 'error',
size: 'small'
size: 'small',
disabled: !!row.id
},
style: {
margin: '2px'
...
...
@@ -182,7 +183,7 @@
{required: true}
],
value: [
{required: false, message: '红包和优惠券值不能为空'
, trigger: 'blur'
}
{required: false, message: '红包和优惠券值不能为空'}
],
total: [
{required: true, message: '奖品总数不能为空'},
...
...
@@ -470,6 +471,7 @@
},
formReset(name) {
this.$refs[name].resetFields();
this.prizeRules['value'][0].required = false;
}
},
mounted() {
...
...
public/vue/wheel-surf/prize-sent-list.vue
View file @
263308e
...
...
@@ -71,7 +71,8 @@
},
style: {
width: '100%',
height: 'auto'
height: 'auto',
maxWidth: '70px'
}
});
}
...
...
Please
register
or
login
to post a comment