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