1.副屏标题
This commit is contained in:
2024-06-15 16:21:54 +08:00
parent 0f391ffc22
commit dcf14220b3
6 changed files with 38 additions and 13 deletions
@@ -1,6 +1,14 @@
<template>
<template v-for="(item, index) in dataList" :key="`list${index}`">
<item-d :keu="spinning" :title="item.title" :data="item.data" :tips="item.tips" :color="item.color" :userCount="item.userCount" />
<item-d
:themeType="themeType"
:keu="spinning"
:title="item.title"
:data="item.data"
:tips="item.tips"
:color="item.color"
:userCount="item.userCount"
/>
</template>
</template>
@@ -70,6 +78,7 @@
const props = defineProps({
orgCode: String,
type: String,
themeType: String,
});
onMounted(() => {});
watch(props, () => {
@@ -108,4 +117,4 @@
});
</script>
<style scoped></style>
<style scoped></style>