Commit ec9aff25 by huaying

fix: ui修改

parent e5b8da4b
......@@ -93,14 +93,11 @@
<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="有效期" min-width="110">
<el-table-column prop="" label="有效期" min-width="114">
<template slot-scope="scope">
<div v-if="scope.row.perpetualFlag === 0">
<p>
{{ scope.row.startValidTime | normalizeDate }}
</p>
<p>
-
{{ scope.row.startValidTime | normalizeDate }}<span class="dateSpan"></span>
</p>
<p>
{{ scope.row.endValidTime | normalizeDate }}
......@@ -213,10 +210,7 @@
<template slot-scope="scope">
<div v-if="scope.row.perpetualFlag === 0">
<p>
{{ scope.row.startValidTime | normalizeDate }}
</p>
<p>
-
{{ scope.row.startValidTime | normalizeDate }}<span class="dateSpan"></span>
</p>
<p>
{{ scope.row.endValidTime | normalizeDate }}
......@@ -664,4 +658,8 @@ export default {
.table-no-line-wrap::before {
height: 0;
}
.dateSpan {
display: inline-block;
margin-left: 4px;
}
</style>
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