@@ -49,7 +49,7 @@
<el-table-column prop="name" label="有效日期" width="200" align="center">
<template slot-scope="scope">
- {{getTime(scope.row.product_date)}}
+ {{getTime(scope.row.expire_date)}}
</template>
</el-table-column>