Commit 5400d69b by caoyanzhi

update: 积分预扣明细

parent 80777494
......@@ -38,11 +38,11 @@
</el-tooltip>
</template>
<template slot-scope="scope">
<div v-if="scope.row.limitTime">
<div v-if="!scope.row.limitTime || scope.row.delaySeconds == 0">无截止时间</div>
<div v-else-if="scope.row.limitTime">
<div class="line-20">{{ scope.row.limitTime | formatYMD }}</div>
<div class="line-20">{{ scope.row.limitTime | formatHMS }}</div>
</div>
<div v-else>无截止时间</div>
</template>
</el-table-column>
<el-table-column prop="relationId" label="关联id" min-width="160px" show-overflow-tooltip>
......
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