Commit dc761d0d by caoyanzhi

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

parent ec9567ff
......@@ -68,7 +68,7 @@
<span v-if="scope.row.integralGetStatus != 0"> {{ scope.row.integralGet.fee / 10 }} : {{ scope.row.integralGet.integral / 10 }} </span>
</template>
</el-table-column>
<el-table-column prop="" label="有效期">
<el-table-column prop="" label="有效期" min-width="110">
<template slot-scope="scope">
<div v-if="scope.row.perpetualFlag === 0">
<p>
......@@ -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>
</template>
</el-table-column>
<el-table-column prop="" label="有效期">
<el-table-column prop="" label="有效期" min-width="110">
<template slot-scope="scope">
<div v-if="scope.row.perpetualFlag === 0">
<p>
......@@ -229,7 +229,7 @@ export default {
filters: {
// 格式化时间戳
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) {
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