Commit 90fab5d3 authored by 华国豪's avatar 华国豪 🙄

no message

parent 72b890f4
......@@ -1982,6 +1982,7 @@
<div class="needfenshu">
<label>需要份数:</label><el-input type="number" v-model="SQPhotoNum" class="w200"></el-input>
</div>
<p style="color: red">注:每人每份10元</p>
<div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="ShenQingPhotoShow=false">{{$t('pub.cancelBtn')}}</button>
<button class="normalBtn" type="primary" @click="SQPhoto">{{$t('pub.sureBtn')}}</button>
......
......@@ -2689,11 +2689,12 @@
<label><input type="checkbox" v-model="SQcheckdAll">全选</label>
</div>
<div>
<label v-for="item in SQguestList"><input type="checkbox" :disabled="item.isApplyPhoto==1 ? true : false" v-model="item.check">{{item.userName}}({{item.sexStr}})</label>
<label v-for="item in SQguestList"><input type="checkbox" v-model="item.check">{{item.userName}}({{item.sexStr}})</label>
</div>
<div class="needfenshu">
<label>需要份数:</label><el-input type="number" v-model="SQPhotoNum" class="w200"></el-input>
</div>
<p style="color: red">注:每人每份10元</p>
<div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="ShenQingPhotoShow=false">{{$t('pub.cancelBtn')}}</button>
<button class="normalBtn" type="primary" @click="SQPhoto">{{$t('pub.sureBtn')}}</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment