|
@@ -63,7 +63,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="有效期限" min-width="85">
|
|
<el-table-column label="有效期限" min-width="85">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <div>{{ scope.row.useArea.desc }}</div>
|
|
|
|
|
|
+ <div>领取后{{ scope.row.dueDays }}天有效</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
@@ -178,4 +178,4 @@ export default {
|
|
width: 40px;
|
|
width: 40px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|