This commit is contained in:
qianlishi
2022-06-24 13:59:39 +08:00
parent 57f921db0e
commit f4f45402b9
3 changed files with 12 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
* 词云图:{type: 'wordCloud',tabName: '词云图'}
* **/
import { screenConfig } from './texts/screenConfig'
import {widgetHref} from "./texts/widget-href"
import {widgetIframe} from "./texts/widget-iframe"
import {widgetImage} from "./texts/widget-image"
@@ -43,6 +44,7 @@ import {widgetHeatmap} from "./heatmap/widget-heatmap";
export const widgetTool = [
screenConfig,
widgetHref,
widgetIframe,
widgetImage,

View File

@@ -1,3 +1,11 @@
/*
* @Descripttion:
* @version:
* @Author: qianlishi
* @Date: 2022-03-14 14:05:15
* @LastEditors: qianlishi
* @LastEditTime: 2022-06-17 17:24:33
*/
import {converArr} from '../util/common'
import { widgetTool } from "./configs"

View File

@@ -4,7 +4,7 @@
* @Author: qianlishi
* @Date: 2022-05-12 11:05:21
* @LastEditors: qianlishi
* @LastEditTime: 2022-05-14 11:51:45
* @LastEditTime: 2022-06-17 17:26:22
-->
<template>
<el-tabs class="layout-left" type="border-card">
@@ -22,7 +22,7 @@
:key="idx"
@end="evt => widgetOnDragged(evt, it.code)"
>
<div class="tools-item">
<div class="tools-item" v-if="it.code != 'screen'">
<span class="tools-item-icon">
<i class="iconfont" :class="it.icon"></i>
</span>