mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
update 文件名
This commit is contained in:
@@ -286,10 +286,10 @@ import {
|
||||
} from "@/api/bigscreen";
|
||||
import { widgetTools, getToolByCode } from "./tools/index";
|
||||
import widget from "./widget/widget.vue";
|
||||
import dynamicForm from "./form/dynamicForm.vue";
|
||||
import dynamicForm from "./designerComponents/dynamicForm.vue";
|
||||
import draggable from "vuedraggable";
|
||||
import VueRulerTool from "vue-ruler-tool"; // 大屏设计页面的标尺插件
|
||||
import contentMenu from "./form/contentMenu";
|
||||
import contentMenu from "./designerComponents/contentMenu";
|
||||
import { getToken } from "@/utils/auth";
|
||||
|
||||
export default {
|
||||
|
||||
@@ -4,34 +4,34 @@
|
||||
* @Author: qianlishi
|
||||
* @Date: 2021-08-29 07:46:46
|
||||
* @LastEditors: qianlishi
|
||||
* @LastEditTime: 2021-08-29 07:54:41
|
||||
* @LastEditTime: 2021-09-28 13:33:47
|
||||
*/
|
||||
|
||||
import { widgetText } from "./componentsJSON/widget-text"
|
||||
import { widgetMarquee } from "./componentsJSON/widget-marquee"
|
||||
import { widgetHref } from "./componentsJSON/widget-href"
|
||||
import { widgetTime } from "./componentsJSON/widget-time"
|
||||
import { widgetImage } from "./componentsJSON/widget-image"
|
||||
import { widgetSliders } from "./componentsJSON/widget-slider"
|
||||
import { widgetVideo } from "./componentsJSON/widget-video"
|
||||
import { widgetTable } from "./componentsJSON/widget-table"
|
||||
import { widgetIframe } from "./componentsJSON/widget-iframe"
|
||||
import { widgetUniversal } from "./componentsJSON/widget-universal"
|
||||
import { widgetBarchart } from "./componentsJSON/widget-barchart"
|
||||
import { widgetGradientBarchart } from "./componentsJSON/widget-gradient-barchart"
|
||||
import { widgetLinechart } from "./componentsJSON/widget-linechart"
|
||||
import { widgetBarlinechart } from "./componentsJSON/widget-barlinechart"
|
||||
import { widgetPiechart } from "./componentsJSON/widget-piechart"
|
||||
import { widgetFunnel } from "./componentsJSON/widget-funnel"
|
||||
import { widgetGauge } from "./componentsJSON/widget-gauge"
|
||||
import { widgetMap } from "./componentsJSON/widget-map"
|
||||
import { WidgetPieNightingale } from "./componentsJSON/widget-pie-nightingale"
|
||||
import { widgetPiePercentage } from "./componentsJSON/widget-pie-percentage"
|
||||
import { widgetAirbubbleMap } from "./componentsJSON/widget-airbubble-map"
|
||||
import { widgetBarStack } from "./componentsJSON/widget-bar-stack"
|
||||
import { widgetLineStack } from "./componentsJSON/widget-line-stack"
|
||||
import { widgetBarCompare } from "./componentsJSON/widget-bar-compare"
|
||||
import { widgetLineCompare } from "./componentsJSON/widget-line-compare"
|
||||
import { widgetText } from "./echartsConfigJson/widget-text"
|
||||
import { widgetMarquee } from "./echartsConfigJson/widget-marquee"
|
||||
import { widgetHref } from "./echartsConfigJson/widget-href"
|
||||
import { widgetTime } from "./echartsConfigJson/widget-time"
|
||||
import { widgetImage } from "./echartsConfigJson/widget-image"
|
||||
import { widgetSliders } from "./echartsConfigJson/widget-slider"
|
||||
import { widgetVideo } from "./echartsConfigJson/widget-video"
|
||||
import { widgetTable } from "./echartsConfigJson/widget-table"
|
||||
import { widgetIframe } from "./echartsConfigJson/widget-iframe"
|
||||
import { widgetUniversal } from "./echartsConfigJson/widget-universal"
|
||||
import { widgetBarchart } from "./echartsConfigJson/widget-barchart"
|
||||
import { widgetGradientBarchart } from "./echartsConfigJson/widget-gradient-barchart"
|
||||
import { widgetLinechart } from "./echartsConfigJson/widget-linechart"
|
||||
import { widgetBarlinechart } from "./echartsConfigJson/widget-barlinechart"
|
||||
import { widgetPiechart } from "./echartsConfigJson/widget-piechart"
|
||||
import { widgetFunnel } from "./echartsConfigJson/widget-funnel"
|
||||
import { widgetGauge } from "./echartsConfigJson/widget-gauge"
|
||||
import { widgetMap } from "./echartsConfigJson/widget-map"
|
||||
import { WidgetPieNightingale } from "./echartsConfigJson/widget-pie-nightingale"
|
||||
import { widgetPiePercentage } from "./echartsConfigJson/widget-pie-percentage"
|
||||
import { widgetAirbubbleMap } from "./echartsConfigJson/widget-airbubble-map"
|
||||
import { widgetBarStack } from "./echartsConfigJson/widget-bar-stack"
|
||||
import { widgetLineStack } from "./echartsConfigJson/widget-line-stack"
|
||||
import { widgetBarCompare } from "./echartsConfigJson/widget-bar-compare"
|
||||
import { widgetLineCompare } from "./echartsConfigJson/widget-line-compare"
|
||||
|
||||
export const widgetTool = [
|
||||
// type=html类型的组件
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
import draggable from "vuedraggable";
|
||||
import { queryAllDataSet, detail, detailByReportCode } from "@/api/GaeaReport";
|
||||
import { addReportExcel, editReportExcel } from "@/api/report";
|
||||
import ColorPicker from "../../bigscreen/designer/form/colorPicker.vue";
|
||||
import ColorPicker from "../../bigscreen/designer/designerComponents/colorPicker.vue";
|
||||
// import QRCode from 'qrcodejs2'
|
||||
// import JsBarcode from 'jsbarcode'
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user