forked from github/dataease
refactor(图表): 优化导出权限判断
This commit is contained in:
parent
74b61e1b64
commit
bb09e6c025
@ -127,7 +127,6 @@
|
|||||||
</el-dropdown-menu>
|
</el-dropdown-menu>
|
||||||
</template>
|
</template>
|
||||||
</el-dropdown>
|
</el-dropdown>
|
||||||
|
|
||||||
<el-dropdown
|
<el-dropdown
|
||||||
trigger="click"
|
trigger="click"
|
||||||
placement="right-start"
|
placement="right-start"
|
||||||
@ -174,7 +173,7 @@ const dvMainStore = dvMainStoreWithOut()
|
|||||||
const snapshotStore = snapshotStoreWithOut()
|
const snapshotStore = snapshotStoreWithOut()
|
||||||
const copyStore = copyStoreWithOut()
|
const copyStore = copyStoreWithOut()
|
||||||
const customTabsSortRef = ref(null)
|
const customTabsSortRef = ref(null)
|
||||||
const authShow = computed(() => dvInfo.value.weight > 3)
|
const authShow = computed(() => !dvInfo.value.weight || dvInfo.value.weight > 3)
|
||||||
const emits = defineEmits([
|
const emits = defineEmits([
|
||||||
'userViewEnlargeOpen',
|
'userViewEnlargeOpen',
|
||||||
'closePreview',
|
'closePreview',
|
||||||
|
Loading…
Reference in New Issue
Block a user