|
|
@ -123,8 +123,10 @@ |
|
|
|
width="200px" |
|
|
|
> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<!-- <div v-if="scope.row.poLi[index].status===0" style="background:red"/> --> |
|
|
|
<div v-if="scope.row.poLi[index].status===0" style="background:#e6e6e6; width:100%; height:20px;" /> |
|
|
|
<span |
|
|
|
v-if="scope.row.poLi[index]" |
|
|
|
v-else-if="scope.row.poLi[index]" |
|
|
|
:class="[classData[scope.row.poLi[index].status]]" |
|
|
|
>{{ scope.row.poLi[index].startTime }}</span |
|
|
|
> |
|
|
|