mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
style(仪表板): 调整模板图表在移动端的配置显示
This commit is contained in:
@@ -175,7 +175,7 @@ const toolTip = computed(() => {
|
||||
})
|
||||
|
||||
const templateStatusShow = computed(() => {
|
||||
return view.value['dataFrom'] === 'template'
|
||||
return view.value['dataFrom'] === 'template' && !mobileInPc.value
|
||||
})
|
||||
|
||||
const { view } = toRefs(props)
|
||||
|
||||
Reference in New Issue
Block a user