qianlishi 2 years ago
parent 846844807e
commit ff65c73271

@ -23,13 +23,6 @@ export const widgetBarCompare = {
placeholder: '', placeholder: '',
value: '柱状对比图', value: '柱状对比图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetBarCompareChart' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetBarStack = {
placeholder: '', placeholder: '',
value: '柱状堆叠图', value: '柱状堆叠图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetBarStackChart' + Date.now()
},
{ {
type: 'el-switch', type: 'el-switch',
label: '竖展示', label: '竖展示',

@ -23,13 +23,6 @@ export const widgetBarchart = {
placeholder: '', placeholder: '',
value: '柱状图', value: '柱状图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-barchart' + Date.now()
},
{ {
type: 'el-switch', type: 'el-switch',
label: '竖展示', label: '竖展示',

@ -23,13 +23,6 @@ export const widgetGradientBarchart = {
placeholder: '', placeholder: '',
value: '柱形图-渐变色', value: '柱形图-渐变色',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-gradient-color-barchart' + Date.now()
},
{ {
type: 'el-switch', type: 'el-switch',
label: '竖展示', label: '竖展示',

@ -19,13 +19,6 @@ export const widgetBarLineStack = {
placeholder: '', placeholder: '',
value: '柱线堆叠图', value: '柱线堆叠图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetBarLineStackChart' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetBarlinechart = {
placeholder: '', placeholder: '',
value: '柱线图', value: '柱线图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-barlinechart' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetMoreBarLine = {
placeholder: '', placeholder: '',
value: '多柱线图', value: '多柱线图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetMoreBarLineChart' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetDecoratePie = {
placeholder: '', placeholder: '',
value: '静态装饰饼图', value: '静态装饰饼图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetDecoratePieChart' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -42,16 +42,6 @@ export const widgetFormTime = {
placeholder: '', placeholder: '',
value: 'rgba(115,170,229,.5)', value: 'rgba(115,170,229,.5)',
}, },
{
type: 'el-select',
label: '关联图表',
name: 'assChart',
required: false,
placeholder: '',
multiple: true,
selectOptions: [],
value: '',
},
{ {
type: 'el-select', type: 'el-select',
label: '触发事件', label: '触发事件',

@ -38,16 +38,6 @@ export const widgetInput = {
placeholder: '', placeholder: '',
value: 'rgba(115,170,229,.5)', value: 'rgba(115,170,229,.5)',
}, },
{
type: 'el-select',
label: '关联图表',
name: 'assChart',
required: false,
placeholder: '',
multiple: true,
selectOptions: [],
value: '',
},
{ {
type: 'el-select', type: 'el-select',
label: '触发事件', label: '触发事件',

@ -46,16 +46,6 @@ export const widgetSelect = {
placeholder: '', placeholder: '',
value: 'rgba(115,170,229,.5)', value: 'rgba(115,170,229,.5)',
}, },
{
type: 'el-select',
label: '关联图表',
name: 'assChart',
required: false,
placeholder: '',
multiple: true,
selectOptions: [],
value: '',
},
{ {
type: 'el-select', type: 'el-select',
label: '触发事件', label: '触发事件',

@ -23,13 +23,6 @@ export const widgetFunnel = {
placeholder: '', placeholder: '',
value: '漏斗图', value: '漏斗图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-funnel' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetHeatmap = {
placeholder: '', placeholder: '',
value: '热力图', value: '热力图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-heatmap' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetLineCompare = {
placeholder: '', placeholder: '',
value: '折线对比图', value: '折线对比图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetLineCompareChart' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetLineStack = {
placeholder: '', placeholder: '',
value: '折线堆叠图', value: '折线堆叠图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetLineStackChart' + Date.now()
},
{ {
type: 'el-switch', type: 'el-switch',
label: '竖展示', label: '竖展示',

@ -23,13 +23,6 @@ export const widgetLinechart = {
placeholder: '', placeholder: '',
value: '折线图', value: '折线图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-linechart' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetAirbubbleMap = {
placeholder: '', placeholder: '',
value: '中国地图-气泡图', value: '中国地图-气泡图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetAirBubbleMap' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -22,13 +22,6 @@ export const widgetLineMap = {
placeholder: '', placeholder: '',
value: '中国地图-路线图', value: '中国地图-路线图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetLineMap' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetGauge = {
placeholder: '', placeholder: '',
value: '仪表盘', value: '仪表盘',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-gauge' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetPiePercentage = {
placeholder: '', placeholder: '',
value: '百分比图', value: '百分比图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetPiePercentageChart' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetPieNightingale = {
placeholder: '', placeholder: '',
value: '南丁格尔玫瑰图', value: '南丁格尔玫瑰图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'WidgetPieNightingaleRoseArea' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -23,13 +23,6 @@ export const widgetPiechart = {
placeholder: '', placeholder: '',
value: '饼图', value: '饼图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-piechart' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -17,13 +17,6 @@ export const widgetRadar = {
placeholder: '', placeholder: '',
value: '雷达图', value: '雷达图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-radar' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

@ -16,13 +16,6 @@ export const widgetScale = {
placeholder: '', placeholder: '',
value: '刻度尺', value: '刻度尺',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-scale' + Date.now()
},
{ {
type: 'el-switch', type: 'el-switch',
label: '竖展示', label: '竖展示',

@ -23,13 +23,6 @@ export const widgetHref = {
placeholder: '', placeholder: '',
value: '超链接', value: '超链接',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-href' + Date.now()
},
{ {
type: 'el-input-text', type: 'el-input-text',
label: '文本内容', label: '文本内容',

@ -23,13 +23,6 @@ export const widgetIframe = {
placeholder: '', placeholder: '',
value: 'iframe', value: 'iframe',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-iframe' + Date.now()
},
{ {
type: 'el-input-text', type: 'el-input-text',
label: '地址', label: '地址',

@ -23,13 +23,6 @@ export const widgetImage = {
placeholder: '', placeholder: '',
value: '图片', value: '图片',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-image' + Date.now()
},
{ {
type: 'el-switch', type: 'el-switch',
label: '开启旋转', label: '开启旋转',

@ -23,13 +23,6 @@ export const widgetMarquee = {
placeholder: '', placeholder: '',
value: '跑马灯', value: '跑马灯',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-marquee' + Date.now()
},
{ {
type: 'el-input-text', type: 'el-input-text',
label: '文本内容', label: '文本内容',

@ -22,13 +22,6 @@ export const widgetSliders = {
required: false, required: false,
placeholder: '', placeholder: '',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-slider' + Date.now()
},
{ {
type: 'el-switch', type: 'el-switch',
label: '隐藏图层', label: '隐藏图层',

@ -22,13 +22,6 @@ export const widgetTable = {
placeholder: '', placeholder: '',
value: '表格', value: '表格',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-table' + Date.now()
},
{ {
type: 'el-select', type: 'el-select',
label: '字体位置', label: '字体位置',

@ -23,13 +23,6 @@ export const widgetText = {
placeholder: '', placeholder: '',
value: '文本框', value: '文本框',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-text' + Date.now()
},
{ {
type: 'el-input-text', type: 'el-input-text',
label: '文本内容', label: '文本内容',

@ -23,13 +23,6 @@ export const widgetTime = {
placeholder: '', placeholder: '',
value: '当前时间', value: '当前时间',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-time' + Date.now()
},
{ {
type: 'el-select', type: 'el-select',
label: '时间格式', label: '时间格式',

@ -23,13 +23,6 @@ export const widgetVideo = {
placeholder: '', placeholder: '',
value: 'video', value: 'video',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widget-video' + Date.now()
},
{ {
type: 'el-input-text', type: 'el-input-text',
label: '地址', label: '地址',

@ -15,13 +15,6 @@ export const widgetWordCloud = {
placeholder: '', placeholder: '',
value: '词云图', value: '词云图',
}, },
{
type: 'el-input-text',
label: '图层唯一标识',
name: 'uuid',
disabled: true,
value: 'widgetWordCloud' + Date.now()
},
{ {
type: 'vue-color', type: 'vue-color',
label: '背景颜色', label: '背景颜色',

Loading…
Cancel
Save