Commit dc761d0d by caoyanzhi

update: 会员体系时间控件调整

parent ec9567ff
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<span v-if="scope.row.integralGetStatus != 0"> {{ scope.row.integralGet.fee / 10 }} : {{ scope.row.integralGet.integral / 10 }} </span> <span v-if="scope.row.integralGetStatus != 0"> {{ scope.row.integralGet.fee / 10 }} : {{ scope.row.integralGet.integral / 10 }} </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="有效期"> <el-table-column prop="" label="有效期" min-width="110">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.perpetualFlag === 0"> <div v-if="scope.row.perpetualFlag === 0">
<p> <p>
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<span v-for="(item, index) in scope.row.channelList" :key="index"><span v-if="item.channelType == 1">{{item.useProportionalRestriction}}%</span></span> <span v-for="(item, index) in scope.row.channelList" :key="index"><span v-if="item.channelType == 1">{{item.useProportionalRestriction}}%</span></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="有效期"> <el-table-column prop="" label="有效期" min-width="110">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.perpetualFlag === 0"> <div v-if="scope.row.perpetualFlag === 0">
<p> <p>
...@@ -229,7 +229,7 @@ export default { ...@@ -229,7 +229,7 @@ export default {
filters: { filters: {
// 格式化时间戳 // 格式化时间戳
normalizeDate(val) { normalizeDate(val) {
return dateformat(val, 'yyyy-MM-dd hh:mm:ss').slice(0, -3); return dateformat(val, 'yyyy-MM-dd hh:mm:ss');
}, },
normalizeStatus(val, date) { normalizeStatus(val, date) {
if (val === 1) { if (val === 1) {
......
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