This commit is contained in:
cun-nan 2024-03-07 10:48:53 +08:00
parent 6870bfc061
commit 8abf91600e
2 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="活动时间" align="center" prop="adaptUserType" > <el-table-column label="活动时间" width="150" align="center" prop="adaptUserType" >
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{scope.row.activeStartTime || 0}}</div> <div>{{scope.row.activeStartTime || 0}}</div>
<div>{{scope.row.activeEndTime || 0}}</div> <div>{{scope.row.activeEndTime || 0}}</div>
@ -109,7 +109,7 @@
<!-- <span >{{scope.row.activeStartTime || 0}}-{{scope.row.activeEndTime || 0}}</span>--> <!-- <span >{{scope.row.activeStartTime || 0}}-{{scope.row.activeEndTime || 0}}</span>-->
<!-- </template>--> <!-- </template>-->
<!-- </el-table-column>--> <!-- </el-table-column>-->
<el-table-column label="活动更新时间" align="center" prop="updateTime" > <el-table-column label="活动更新时间" width="150" align="center" prop="updateTime" >
<template slot-scope="scope"> <template slot-scope="scope">
<span >{{scope.row.updateTime || '暂无更新'}}</span> <span >{{scope.row.updateTime || '暂无更新'}}</span>
</template> </template>
@ -120,7 +120,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button

View File

@ -186,7 +186,7 @@
<span></span> <el-input-number v-model="activeDiscountChildList[0].amount" :min="0" :max="99999" label="0"></el-input-number> <span></span> <span></span> <el-input-number v-model="activeDiscountChildList[0].amount" :min="0" :max="99999" label="0"></el-input-number> <span></span>
</div> </div>
<div style="width: 25%;display: flex; align-items: center;"> <div style="width: 25%;display: flex; align-items: center;">
<span></span> <el-input-number v-model="activeDiscountChildList[0].deductionAmount" :min="0" :max="9.9" placeholder="1 ~ 9.9" label=""></el-input-number> <span></span> <span></span> <el-input-number v-model="activeDiscountChildList[0].deductionAmount" :min="0" :max="activeDiscountChildList[0].amount" label=""></el-input-number> <span></span>
</div> </div>
<!-- <div @click="deleteactiveDiscountChildList(index)">--> <!-- <div @click="deleteactiveDiscountChildList(index)">-->
<!-- <el-button type="danger" icon="el-icon-delete" circle style="margin-left: 8px" ></el-button>--> <!-- <el-button type="danger" icon="el-icon-delete" circle style="margin-left: 8px" ></el-button>-->