mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
更改
This commit is contained in:
@@ -23,13 +23,6 @@ export const widgetBarCompare = {
|
||||
placeholder: '',
|
||||
value: '柱状对比图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetBarCompareChart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetBarStack = {
|
||||
placeholder: '',
|
||||
value: '柱状堆叠图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetBarStackChart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-switch',
|
||||
label: '竖展示',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetBarchart = {
|
||||
placeholder: '',
|
||||
value: '柱状图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-barchart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-switch',
|
||||
label: '竖展示',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetGradientBarchart = {
|
||||
placeholder: '',
|
||||
value: '柱形图-渐变色',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-gradient-color-barchart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-switch',
|
||||
label: '竖展示',
|
||||
|
||||
@@ -19,13 +19,6 @@ export const widgetBarLineStack = {
|
||||
placeholder: '',
|
||||
value: '柱线堆叠图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetBarLineStackChart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetBarlinechart = {
|
||||
placeholder: '',
|
||||
value: '柱线图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-barlinechart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetMoreBarLine = {
|
||||
placeholder: '',
|
||||
value: '多柱线图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetMoreBarLineChart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetDecoratePie = {
|
||||
placeholder: '',
|
||||
value: '静态装饰饼图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetDecoratePieChart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -42,16 +42,6 @@ export const widgetFormTime = {
|
||||
placeholder: '',
|
||||
value: 'rgba(115,170,229,.5)',
|
||||
},
|
||||
{
|
||||
type: 'el-select',
|
||||
label: '关联图表',
|
||||
name: 'assChart',
|
||||
required: false,
|
||||
placeholder: '',
|
||||
multiple: true,
|
||||
selectOptions: [],
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
type: 'el-select',
|
||||
label: '触发事件',
|
||||
|
||||
@@ -38,16 +38,6 @@ export const widgetInput = {
|
||||
placeholder: '',
|
||||
value: 'rgba(115,170,229,.5)',
|
||||
},
|
||||
{
|
||||
type: 'el-select',
|
||||
label: '关联图表',
|
||||
name: 'assChart',
|
||||
required: false,
|
||||
placeholder: '',
|
||||
multiple: true,
|
||||
selectOptions: [],
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
type: 'el-select',
|
||||
label: '触发事件',
|
||||
@@ -55,9 +45,9 @@ export const widgetInput = {
|
||||
required: false,
|
||||
placeholder: '',
|
||||
selectOptions: [
|
||||
{code: 'change', name: 'change'},
|
||||
{code: 'blur', name: 'blur'},
|
||||
{code: 'focus', name: 'focus'},
|
||||
{ code: 'change', name: 'change' },
|
||||
{ code: 'blur', name: 'blur' },
|
||||
{ code: 'focus', name: 'focus' },
|
||||
],
|
||||
value: 'change',
|
||||
}
|
||||
|
||||
@@ -46,16 +46,6 @@ export const widgetSelect = {
|
||||
placeholder: '',
|
||||
value: 'rgba(115,170,229,.5)',
|
||||
},
|
||||
{
|
||||
type: 'el-select',
|
||||
label: '关联图表',
|
||||
name: 'assChart',
|
||||
required: false,
|
||||
placeholder: '',
|
||||
multiple: true,
|
||||
selectOptions: [],
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
type: 'el-select',
|
||||
label: '触发事件',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetFunnel = {
|
||||
placeholder: '',
|
||||
value: '漏斗图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-funnel' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetHeatmap = {
|
||||
placeholder: '',
|
||||
value: '热力图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-heatmap' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetLineCompare = {
|
||||
placeholder: '',
|
||||
value: '折线对比图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetLineCompareChart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetLineStack = {
|
||||
placeholder: '',
|
||||
value: '折线堆叠图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetLineStackChart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-switch',
|
||||
label: '竖展示',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetLinechart = {
|
||||
placeholder: '',
|
||||
value: '折线图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-linechart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetAirbubbleMap = {
|
||||
placeholder: '',
|
||||
value: '中国地图-气泡图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetAirBubbleMap' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -22,13 +22,6 @@ export const widgetLineMap = {
|
||||
placeholder: '',
|
||||
value: '中国地图-路线图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetLineMap' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetGauge = {
|
||||
placeholder: '',
|
||||
value: '仪表盘',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-gauge' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetPiePercentage = {
|
||||
placeholder: '',
|
||||
value: '百分比图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetPiePercentageChart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetPieNightingale = {
|
||||
placeholder: '',
|
||||
value: '南丁格尔玫瑰图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'WidgetPieNightingaleRoseArea' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetPiechart = {
|
||||
placeholder: '',
|
||||
value: '饼图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-piechart' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -17,13 +17,6 @@ export const widgetRadar = {
|
||||
placeholder: '',
|
||||
value: '雷达图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-radar' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
@@ -16,13 +16,6 @@ export const widgetScale = {
|
||||
placeholder: '',
|
||||
value: '刻度尺',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-scale' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-switch',
|
||||
label: '竖展示',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetHref = {
|
||||
placeholder: '',
|
||||
value: '超链接',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-href' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '文本内容',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetIframe = {
|
||||
placeholder: '',
|
||||
value: 'iframe',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-iframe' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '地址',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetImage = {
|
||||
placeholder: '',
|
||||
value: '图片',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-image' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-switch',
|
||||
label: '开启旋转',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetMarquee = {
|
||||
placeholder: '',
|
||||
value: '跑马灯',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-marquee' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '文本内容',
|
||||
|
||||
@@ -22,13 +22,6 @@ export const widgetSliders = {
|
||||
required: false,
|
||||
placeholder: '',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-slider' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-switch',
|
||||
label: '隐藏图层',
|
||||
|
||||
@@ -22,13 +22,6 @@ export const widgetTable = {
|
||||
placeholder: '',
|
||||
value: '表格',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-table' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-select',
|
||||
label: '字体位置',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetText = {
|
||||
placeholder: '',
|
||||
value: '文本框',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-text' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '文本内容',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetTime = {
|
||||
placeholder: '',
|
||||
value: '当前时间',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-time' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-select',
|
||||
label: '时间格式',
|
||||
|
||||
@@ -23,13 +23,6 @@ export const widgetVideo = {
|
||||
placeholder: '',
|
||||
value: 'video',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widget-video' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '地址',
|
||||
|
||||
@@ -15,13 +15,6 @@ export const widgetWordCloud = {
|
||||
placeholder: '',
|
||||
value: '词云图',
|
||||
},
|
||||
{
|
||||
type: 'el-input-text',
|
||||
label: '图层唯一标识',
|
||||
name: 'uuid',
|
||||
disabled: true,
|
||||
value: 'widgetWordCloud' + Date.now()
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '背景颜色',
|
||||
|
||||
Reference in New Issue
Block a user