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