PMCORE-2606:new home review columns

CaseDetail
This commit is contained in:
fabio
2020-12-21 09:16:05 -04:00
parent 496fd3bbc7
commit a832bb367b
8 changed files with 13 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="v-task-cell">
<div v-for="item in data" class="d-flex mb-3">
<div v-for="item in data" v-bind:key="item.TITLE" class="d-flex mb-3">
<div v-bind:style="{ color: activeColor(item.CODE_COLOR) }">
<i class="fas fa-square"></i>
</div>