gerson
2024-07-03 d2fef8a89e63b1ec06d9aec12953329a1b1779d0
src/views/project/ch/home/Scenario.vue
@@ -14,11 +14,16 @@
               </div>
            </div>
         </div>
         <div class="productivity" v-for="product in state.productivityList" :key="product.section_id">
         <div
            class="productivity"
            v-for="product in state.productivityList"
            :key="product.section_id"
            v-show="product.children && product.children.length > 0"
         >
            <div class="mb-[24px]">
               <span class="productivity-span"><i></i>{{ product.section_name }}</span>
            </div>
            <div class="flex flex-wrap items-center" v-show="product.children && product.children.length > 0">
            <div class="flex flex-wrap items-center">
               <div class="list_app" v-for="item in product.children" :key="item.section_id">
                  <img :src="item.Icon" alt="" class="w-[20px] h-[20px] mr-[14px]" />
                  <span class="text-[14px] text-[#333f4e]">{{ item.section_name }}</span>