mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 08:39:15 +08:00
feat: 空调可视化列表点击链接
This commit is contained in:
parent
8cb59f3d6b
commit
56d93c8d04
@ -35,10 +35,11 @@
|
||||
}"
|
||||
:isGroup="true"
|
||||
:groupAttr="groupData.attr"
|
||||
v-on="useLifeHandler(item)"
|
||||
@changeZIndex="(z: number | string | undefined) => changeZIndex(item.id, z)"
|
||||
@fullScreen="fullScreen"
|
||||
v-on="bindEvent(item)"
|
||||
></component>
|
||||
<!-- v-on="useLifeHandler(item)"-->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -49,6 +50,7 @@ import { CreateComponentGroupType } from '@/packages/index.d'
|
||||
import { animationsClass, getFilterStyle, getTransformStyle, getBlendModeStyle } from '@/utils'
|
||||
import { getSizeStyle, getComponentAttrStyle, getStatusStyle, getPreviewConfigStyle } from '../../utils'
|
||||
import { useLifeHandler } from '@/hooks'
|
||||
import { useCustomEvent } from '../../hooks/useCustomEvent.hook'
|
||||
|
||||
const props = defineProps({
|
||||
groupData: {
|
||||
@ -101,6 +103,7 @@ const _fullScreen = () => {
|
||||
fullScreenStyle.value = {}
|
||||
}
|
||||
}
|
||||
const { bindEvent } = useCustomEvent()
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
Loading…
x
Reference in New Issue
Block a user