{{information.source_name}} {{information.user_name}} {{item.t}} {{item.d}} 查看详情 温馨提示:{{information.memo}} {{status[0]}} export default{ imageClass: function(i, n) { if (i == 0) { return 'image-current' } else if (i == n - 1) { return 'image-start' } else { return 'image' } }, imageSrc: function(i, n) { if (i == 0) { return 'finish' } else if (i == n - 1) { return 'start' } else { return 'point' } }, textStyle: function(i, s) { if (i == 0){ return s ? 'color:#333333' : 'color:#3296FB' } return '' }, }