Browse Source

状态特殊标记

langfang-develop
liwei 3 years ago
parent
commit
65f3cd1e76
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/views/retrospect/productOverview/index.vue

+ 3
- 1
src/views/retrospect/productOverview/index.vue View File

@ -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
>


Loading…
Cancel
Save