| | |
| | | <template> |
| | | <div style="width: calc(100ch - 28px)"> |
| | | <div class="w-full"> |
| | | <template v-if="data && data.length > 0"> |
| | | <template v-if="summaryList && summaryList.length > 0"> |
| | | <div class="w-full" v-for="(item, idx) in summaryList" :key="idx"> |
| | |
| | | </div> |
| | | </div> |
| | | <div v-if="urlList && urlList.length > 0" class="w-full"> |
| | | <HTMLCom |
| | | data="http://127.0.0.1:5500/src/views/project/ch/demo/MonthlyLeaderBoard.html" |
| | | v-for="(item, index) in urlList" |
| | | :key="index" |
| | | ></HTMLCom> |
| | | <HTMLCom :data="item.url" v-for="(item, index) in urlList" :key="index"></HTMLCom> |
| | | </div> |
| | | </template> |
| | | <div v-else class="text-red-500">{{ error }}</div> |