|
@@ -32,15 +32,15 @@
|
|
|
<el-col :span="4" class="table-cell-title">发送短信</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
- <el-col :span="4" class="table-cell">{{ couponPackage.endTime }}</el-col>
|
|
|
- <el-col :span="4" class="table-cell">{{ couponPackage.limit}}</el-col>
|
|
|
- <el-col :span="4" class="table-cell" style="text-align:center;padding-top: 5px;">
|
|
|
- <el-image :preview-src-list="[coupon.qrUrl]" :lazy="true" :src="coupon.qrUrl" style="width:100px"></el-image>
|
|
|
+ <el-col :span="4" class="table-cell" style="height: 120px">{{ couponPackage.endTime }}</el-col>
|
|
|
+ <el-col :span="4" class="table-cell" style="height: 120px">{{ couponPackage.limit}}</el-col>
|
|
|
+ <el-col :span="4" class="table-cell" style="text-align:center;padding-top: 5px;height: 120px">
|
|
|
+ <el-image :preview-src-list="[couponPackage.qrUrl]" :lazy="true" :src="couponPackage.qrUrl" style="width:100px"></el-image>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" class="table-cell" style="word-wrap:break-word; font-size: 12px">{{couponPackage.shortChain}}</el-col>
|
|
|
+ <el-col :span="4" class="table-cell" style="word-wrap:break-word; height: 120px">{{couponPackage.shortChain}}</el-col>
|
|
|
<!-- <el-col :span="4" class="table-cell">{{ coupon.code }}</el-col> -->
|
|
|
|
|
|
- <el-col :span="4" class="table-cell">
|
|
|
+ <el-col :span="4" class="table-cell" style="height: 120px" >
|
|
|
<el-button
|
|
|
v-permission="['GET /admin/couponPackageDetail/send']" style="width:100px" icon="el-icon-chat-dot-round"
|
|
|
type="text" size="mini" @click="handleSendNew()">发送短信</el-button>
|