linyanfei 3 years ago
parent
commit
a21ca87998
1 changed files with 2 additions and 2 deletions
  1. 2 2
      shanXiPlatform/src/views/home/cnyclqtable.vue

+ 2 - 2
shanXiPlatform/src/views/home/cnyclqtable.vue

@@ -31,8 +31,8 @@
31 31
                     <el-table-column label="粮情异常情况" align="center">
32 32
                         <template slot-scope="scope">
33 33
                             <p style="height:45px;line-height:45px;margin:0;padding-top:7px;">
34
-                                <span class='colorspano' v-if="scope.row.grainError == '191'"></span>
35
-                                <span class='colorspant' v-if="scope.row.grainError != '191'"></span>
34
+                                <span class='colorspano' v-if="scope.row.grainError != '191'"></span>
35
+                                <span class='colorspant' v-if="scope.row.grainError == '191'"></span>
36 36
                             </p>
37 37
                         </template>
38 38
                     </el-table-column>