Browse Source

三大诉求红黄绿

release/epdc
zhangyuan 4 years ago
parent
commit
3994cf43cb
  1. 6
      src/views/modules/events/appeal-development-list.vue
  2. 6
      src/views/modules/events/appeal-enforce-list.vue
  3. 6
      src/views/modules/events/appeal-peo-list.vue

6
src/views/modules/events/appeal-development-list.vue

@ -108,9 +108,9 @@
width="50"
>
<template slot-scope="scope">
<img :src="red" width="25" height="25" v-if="scope.row.isRemind == '1'"/>
<img :src="yellow" width="25" height="25" v-if="scope.row.isRemind == '2'"/>
<img :src="green" width="25" height="25" v-if="scope.row.isRemind == '3' ||scope.row.itemState == '10'"/>
<img :src="red" width="25" height="25" v-if="scope.row.itemState == '0' && scope.row.isRemind == '1'"/>
<img :src="yellow" width="25" height="25" v-if="scope.row.itemState == '0' && scope.row.isRemind == '2'"/>
<img :src="green" width="25" height="25" v-if="scope.row.isRemind == '3' || scope.row.itemState == '10'"/>
</template>
</el-table-column>
<el-table-column

6
src/views/modules/events/appeal-enforce-list.vue

@ -108,9 +108,9 @@
width="50"
>
<template slot-scope="scope">
<img :src="red" width="25" height="25" v-if="scope.row.isRemind == '1'"/>
<img :src="yellow" width="25" height="25" v-if="scope.row.isRemind == '2'"/>
<img :src="green" width="25" height="25" v-if="scope.row.isRemind == '3' ||scope.row.itemState == '10'"/>
<img :src="red" width="25" height="25" v-if="scope.row.itemState == '0' && scope.row.isRemind == '1'"/>
<img :src="yellow" width="25" height="25" v-if="scope.row.itemState == '0' && scope.row.isRemind == '2'"/>
<img :src="green" width="25" height="25" v-if="scope.row.isRemind == '3' || scope.row.itemState == '10'"/>
</template>
</el-table-column>
<el-table-column

6
src/views/modules/events/appeal-peo-list.vue

@ -108,9 +108,9 @@
width="50"
>
<template slot-scope="scope">
<img :src="red" width="25" height="25" v-if="scope.row.isRemind == '1'"/>
<img :src="yellow" width="25" height="25" v-if="scope.row.isRemind == '2'"/>
<img :src="green" width="25" height="25" v-if="scope.row.isRemind == '3' ||scope.row.itemState == '10'"/>
<img :src="red" width="25" height="25" v-if="scope.row.itemState == '0' && scope.row.isRemind == '1'"/>
<img :src="yellow" width="25" height="25" v-if="scope.row.itemState == '0' && scope.row.isRemind == '2'"/>
<img :src="green" width="25" height="25" v-if="scope.row.isRemind == '3' || scope.row.itemState == '10'"/>
</template>
</el-table-column>
<el-table-column

Loading…
Cancel
Save