update
1.副屏标题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user