@@ -44,7 +44,7 @@ | |||
> | |||
<template slot-scope="scope"> | |||
<div | |||
v-if="item.prop == 'createdOn'" | |||
v-if="item.prop == 'modifiedOn'" | |||
>{{ scope.row[item.prop] | formatDate("YYYY-MM-DD HH:mm") }}</div> | |||
<div v-else-if="item.prop == 'type'">{{ scope.row[item.prop].text }}</div> | |||
<div v-else-if="item.prop == 'isRead'"> |