| | |
| | | width="160" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.admindate) }}</span> |
| | | <span>{{ formatTime(scope.row.admindate) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <!-- <el-table-column |
| | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span v-if="scope.row.sendType != 3">{{ |
| | | parseTime(scope.row.createTime) |
| | | formatTime(scope.row.createTime) |
| | | }}</span> |
| | | <span v-else>即刻发送</span> |
| | | </template> |
| | |
| | | width="160" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.finishtime) }}</span> |
| | | <span>{{ formatTime(scope.row.finishtime) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |