|
@@ -82,15 +82,15 @@
|
|
|
<el-button class="ml10" @click="handleChoose(2)">{{setQuery.bindContent?'切换':'选择抽奖活动'}}</el-button>
|
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item label="抽奖次数:" prop="givenNum">
|
|
|
+ <el-form-item label="抽奖次数:" prop="claimNum">
|
|
|
<el-input
|
|
|
size="small"
|
|
|
type="number"
|
|
|
- v-model.number="setQuery.givenNum"
|
|
|
+ v-model.number="setQuery.claimNum"
|
|
|
:maxlength="10"
|
|
|
class="item-width-300"
|
|
|
>
|
|
|
- <template slot="append">次</template>
|
|
|
+ <template slot="append">次/月</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
|
|
@@ -446,7 +446,6 @@ export default {
|
|
|
setQuery: {
|
|
|
claimType: 1,
|
|
|
claimNum:1,
|
|
|
- givenNum:1,
|
|
|
getFlag:1,
|
|
|
"setMealCode":'',
|
|
|
"bindContent": "",
|