qianlishi 3 years ago
parent 9a90d82d14
commit ec99bdb8fb

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:35:32 * @Date: 2021-08-29 07:35:32
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:36:47 * @LastEditTime: 2021-09-28 14:10:01
*/ */
export const widgetAirbubbleMap = { export const widgetAirbubbleMap = {
code: 'widgetAirBubbleMap', code: 'widgetAirBubbleMap',
@ -291,7 +291,7 @@ export const widgetAirbubbleMap = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: [ value: [
@ -336,7 +336,7 @@ export const widgetAirbubbleMap = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
chartType: 'widget-piechart', chartType: 'widget-piechart',
dictKey: 'MAP_PROPERTIES', dictKey: 'MAP_PROPERTIES',
@ -350,7 +350,7 @@ export const widgetAirbubbleMap = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -358,7 +358,7 @@ export const widgetAirbubbleMap = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:39:35 * @Date: 2021-08-29 07:39:35
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:39:35 * @LastEditTime: 2021-09-28 14:09:58
*/ */
export const widgetBarCompare = { export const widgetBarCompare = {
code: 'widgetBarCompareChart', code: 'widgetBarCompareChart',
@ -582,7 +582,7 @@ export const widgetBarCompare = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: [ value: [
@ -603,7 +603,7 @@ export const widgetBarCompare = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
chartType: 'widget-stackchart', chartType: 'widget-stackchart',
@ -618,7 +618,7 @@ export const widgetBarCompare = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -626,7 +626,7 @@ export const widgetBarCompare = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:37:09 * @Date: 2021-08-29 07:37:09
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:37:09 * @LastEditTime: 2021-09-28 14:11:09
*/ */
export const widgetBarStack = { export const widgetBarStack = {
code: 'widgetBarStackChart', code: 'widgetBarStackChart',
@ -587,7 +587,7 @@ export const widgetBarStack = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: [ value: [
@ -603,7 +603,7 @@ export const widgetBarStack = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
chartType: 'widget-stackchart', chartType: 'widget-stackchart',
@ -618,7 +618,7 @@ export const widgetBarStack = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -626,7 +626,7 @@ export const widgetBarStack = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:21:45 * @Date: 2021-08-29 07:21:45
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:21:46 * @LastEditTime: 2021-09-28 14:08:29
*/ */
export const widgetBarchart = { export const widgetBarchart = {
code: 'widget-barchart', code: 'widget-barchart',
@ -439,14 +439,14 @@ export const widgetBarchart = {
label: '字体字号', label: '字体字号',
name: 'tipFontSize', name: 'tipFontSize',
required: false, required: false,
placeholder: 16, placeholder: '',
}, },
{ {
type: 'vue-color', type: 'vue-color',
label: '字体颜色', label: '字体颜色',
name: 'lineColor', name: 'lineColor',
required: false, required: false,
placeholder: '#ff7f50', placeholder: '',
}, },
], ],
}, },
@ -605,7 +605,7 @@ export const widgetBarchart = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: {"categories": ["苹果","三星","小米","oppo","vivo"],"series": [{"name": "手机品牌","data": [1000,2229,3879,2379,4079]}]}, value: {"categories": ["苹果","三星","小米","oppo","vivo"],"series": [{"name": "手机品牌","data": [1000,2229,3879,2379,4079]}]},
@ -615,7 +615,7 @@ export const widgetBarchart = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
chartType: 'widget-barchart', chartType: 'widget-barchart',
@ -630,7 +630,7 @@ export const widgetBarchart = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -638,7 +638,7 @@ export const widgetBarchart = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:26:48 * @Date: 2021-08-29 07:26:48
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:26:49 * @LastEditTime: 2021-09-28 14:11:57
*/ */
export const widgetBarlinechart = { export const widgetBarlinechart = {
code: 'widget-barlinechart', code: 'widget-barlinechart',
@ -711,7 +711,7 @@ export const widgetBarlinechart = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: {"xAxis": ["1月", "2月", "3月", "4月", "5月","6月", "7月", "8月","9月","10月","11月","12月"],"series": [{"type": "bar","name": "货运量","data": [2.6,5.9,9,26.4,28.7,70.7,175.6,182.2,48.7,18.8,6,2.3]},{"type": "line","name": "货运总量","yAxisIndex": 1,"data": [2,2.2,3.3,4.5,6.3,10.2,20.3,23.4,23,16.5,12,6.2]}]}, value: {"xAxis": ["1月", "2月", "3月", "4月", "5月","6月", "7月", "8月","9月","10月","11月","12月"],"series": [{"type": "bar","name": "货运量","data": [2.6,5.9,9,26.4,28.7,70.7,175.6,182.2,48.7,18.8,6,2.3]},{"type": "line","name": "货运总量","yAxisIndex": 1,"data": [2,2.2,3.3,4.5,6.3,10.2,20.3,23.4,23,16.5,12,6.2]}]},
@ -721,7 +721,7 @@ export const widgetBarlinechart = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
chartType: 'widget-barlinechart', chartType: 'widget-barlinechart',
dictKey: 'BAR_LINE_PROPERTIES', dictKey: 'BAR_LINE_PROPERTIES',
@ -735,7 +735,7 @@ export const widgetBarlinechart = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -743,7 +743,7 @@ export const widgetBarlinechart = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:29:23 * @Date: 2021-08-29 07:29:23
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:29:23 * @LastEditTime: 2021-09-28 14:12:37
*/ */
export const widgetFunnel = { export const widgetFunnel = {
code: 'widget-funnel', code: 'widget-funnel',
@ -326,7 +326,7 @@ export const widgetFunnel = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: [{"value": 60,"name": "访问"},{"value": 40, "name": "咨询"},{"value": 20, "name": "订单"},{"value": 80,"name":"点击"},{"value":100,"name":"展现"}], value: [{"value": 60,"name": "访问"},{"value": 40, "name": "咨询"},{"value": 20, "name": "订单"},{"value": 80,"name":"点击"},{"value":100,"name":"展现"}],
@ -336,7 +336,7 @@ export const widgetFunnel = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
chartType: 'widget-funnel', chartType: 'widget-funnel',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
@ -351,7 +351,7 @@ export const widgetFunnel = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -359,7 +359,7 @@ export const widgetFunnel = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:30:25 * @Date: 2021-08-29 07:30:25
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:30:25 * @LastEditTime: 2021-09-28 14:13:17
*/ */
export const widgetGauge = { export const widgetGauge = {
code: 'widget-gauge', code: 'widget-gauge',
@ -321,7 +321,7 @@ export const widgetGauge = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: 50, value: 50,
@ -331,7 +331,7 @@ export const widgetGauge = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
chartType: 'widget-text', chartType: 'widget-text',
dictKey: 'TEXT_PROPERTIES', dictKey: 'TEXT_PROPERTIES',
@ -346,7 +346,7 @@ export const widgetGauge = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -354,7 +354,7 @@ export const widgetGauge = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:23:41 * @Date: 2021-08-29 07:23:41
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:23:42 * @LastEditTime: 2021-09-28 14:14:08
*/ */
export const widgetGradientBarchart = { export const widgetGradientBarchart = {
code: 'widget-gradient-color-barchart', code: 'widget-gradient-color-barchart',
@ -549,7 +549,7 @@ export const widgetGradientBarchart = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: {"categories": ["苹果","三星","小米","oppo","vivo"],"series": [{"name": "手机品牌","data": [1000,2229,3879,2379,4079]}]}, value: {"categories": ["苹果","三星","小米","oppo","vivo"],"series": [{"name": "手机品牌","data": [1000,2229,3879,2379,4079]}]},
@ -559,7 +559,7 @@ export const widgetGradientBarchart = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
chartType: 'widget-barchart', chartType: 'widget-barchart',
@ -574,7 +574,7 @@ export const widgetGradientBarchart = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -582,7 +582,7 @@ export const widgetGradientBarchart = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:03:58 * @Date: 2021-08-29 07:03:58
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:05:04 * @LastEditTime: 2021-09-28 14:14:21
*/ */
export const widgetHref = { export const widgetHref = {
code: 'widget-href', code: 'widget-href',
@ -125,7 +125,7 @@ export const widgetHref = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -133,7 +133,7 @@ export const widgetHref = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:17:55 * @Date: 2021-08-29 07:17:55
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:19:02 * @LastEditTime: 2021-09-28 14:14:39
*/ */
export const widgetIframe = { export const widgetIframe = {
code: 'widget-iframe', code: 'widget-iframe',
@ -40,7 +40,7 @@ export const widgetIframe = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -48,7 +48,7 @@ export const widgetIframe = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:07:23 * @Date: 2021-08-29 07:07:23
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:07:24 * @LastEditTime: 2021-09-28 14:14:51
*/ */
export const widgetImage = { export const widgetImage = {
code: 'widget-image', code: 'widget-image',
@ -71,7 +71,7 @@ export const widgetImage = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -79,7 +79,7 @@ export const widgetImage = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -3,8 +3,8 @@
* @version: * @version:
* @Author: foming * @Author: foming
* @Date: 2021-08-29 07:39:35 * @Date: 2021-08-29 07:39:35
* @LastEditors: foming * @LastEditors: qianlishi
* @LastEditTime: 2021-08-30 * @LastEditTime: 2021-09-28 14:15:42
*/ */
export const widgetLineCompare = { export const widgetLineCompare = {
code: 'widgetLineCompareChart', code: 'widgetLineCompareChart',
@ -707,7 +707,7 @@ export const widgetLineCompare = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: [ value: [
@ -728,7 +728,7 @@ export const widgetLineCompare = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
chartType: 'widget-stackchart', chartType: 'widget-stackchart',
@ -743,7 +743,7 @@ export const widgetLineCompare = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -751,7 +751,7 @@ export const widgetLineCompare = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:38:17 * @Date: 2021-08-29 07:38:17
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:38:18 * @LastEditTime: 2021-09-28 14:16:28
*/ */
export const widgetLineStack = { export const widgetLineStack = {
code: 'widgetLineStackChart', code: 'widgetLineStackChart',
@ -607,7 +607,7 @@ export const widgetLineStack = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: [ value: [
@ -623,7 +623,7 @@ export const widgetLineStack = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
chartType: 'widget-stackchart', chartType: 'widget-stackchart',
@ -638,7 +638,7 @@ export const widgetLineStack = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -646,7 +646,7 @@ export const widgetLineStack = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:24:48 * @Date: 2021-08-29 07:24:48
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:24:49 * @LastEditTime: 2021-09-28 14:17:10
*/ */
export const widgetLinechart = { export const widgetLinechart = {
code: 'widget-linechart', code: 'widget-linechart',
@ -618,7 +618,7 @@ export const widgetLinechart = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: {"categories": ["苹果","三星","小米","oppo","vivo"],"series": [{"name": "手机品牌","data": [1009,3409,2309,5409,3409]}]}, value: {"categories": ["苹果","三星","小米","oppo","vivo"],"series": [{"name": "手机品牌","data": [1009,3409,2309,5409,3409]}]},
@ -628,7 +628,7 @@ export const widgetLinechart = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
chartType: 'widget-linechart', chartType: 'widget-linechart',
dictKey: 'LINE_PROPERTIES', dictKey: 'LINE_PROPERTIES',
@ -642,7 +642,7 @@ export const widgetLinechart = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -650,7 +650,7 @@ export const widgetLinechart = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:31:21 * @Date: 2021-08-29 07:31:21
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:31:21 * @LastEditTime: 2021-09-28 14:17:20
*/ */
export const widgetMap = { export const widgetMap = {
code: 'widget-map', code: 'widget-map',
@ -29,7 +29,7 @@ export const widgetMap = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -37,7 +37,7 @@ export const widgetMap = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:00:00 * @Date: 2021-08-29 07:00:00
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:04:32 * @LastEditTime: 2021-09-28 14:17:39
*/ */
export const widgetMarquee = { export const widgetMarquee = {
code: 'widget-marquee', code: 'widget-marquee',
@ -119,7 +119,7 @@ export const widgetMarquee = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: '文本框', value: '文本框',
@ -129,7 +129,7 @@ export const widgetMarquee = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
chartType: 'widget-text', chartType: 'widget-text',
@ -144,7 +144,7 @@ export const widgetMarquee = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -152,7 +152,7 @@ export const widgetMarquee = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:32:40 * @Date: 2021-08-29 07:32:40
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:32:40 * @LastEditTime: 2021-09-28 14:18:05
*/ */
export const WidgetPieNightingale = { export const WidgetPieNightingale = {
code: 'WidgetPieNightingaleRoseArea', code: 'WidgetPieNightingaleRoseArea',
@ -346,7 +346,7 @@ export const WidgetPieNightingale = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: [{"value": 1048,"name": "搜索引擎"},{"value": 735, "name": "直接访问"},{"value": 580, "name": "邮件营销"},{"value": 484,"name":"联盟广告"},{"value":300,"name":"视频广告"}], value: [{"value": 1048,"name": "搜索引擎"},{"value": 735, "name": "直接访问"},{"value": 580, "name": "邮件营销"},{"value": 484,"name":"联盟广告"},{"value":300,"name":"视频广告"}],
@ -356,7 +356,7 @@ export const WidgetPieNightingale = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
chartType: 'widget-piechart', chartType: 'widget-piechart',
dictKey: 'PIE_PROPERTIES', dictKey: 'PIE_PROPERTIES',
@ -371,7 +371,7 @@ export const WidgetPieNightingale = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -379,7 +379,7 @@ export const WidgetPieNightingale = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:34:01 * @Date: 2021-08-29 07:34:01
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:34:02 * @LastEditTime: 2021-09-28 14:18:45
*/ */
export const widgetPiePercentage = { export const widgetPiePercentage = {
code: 'widgetPiePercentageChart', code: 'widgetPiePercentageChart',
@ -198,7 +198,7 @@ export const widgetPiePercentage = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: 60, value: 60,
@ -208,7 +208,7 @@ export const widgetPiePercentage = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
chartType: 'widget-piechart', chartType: 'widget-piechart',
dictKey: 'TEXT_PROPERTIES', dictKey: 'TEXT_PROPERTIES',
@ -223,7 +223,7 @@ export const widgetPiePercentage = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -231,7 +231,7 @@ export const widgetPiePercentage = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:28:20 * @Date: 2021-08-29 07:28:20
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:28:20 * @LastEditTime: 2021-09-28 14:19:19
*/ */
export const widgetPiechart = { export const widgetPiechart = {
code: 'widget-piechart', code: 'widget-piechart',
@ -346,7 +346,7 @@ export const widgetPiechart = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: [{"value": 1048,"name": "搜索引擎"},{"value": 735, "name": "直接访问"},{"value": 580, "name": "邮件营销"},{"value": 484,"name":"联盟广告"},{"value":300,"name":"视频广告"}] value: [{"value": 1048,"name": "搜索引擎"},{"value": 735, "name": "直接访问"},{"value": 580, "name": "邮件营销"},{"value": 484,"name":"联盟广告"},{"value":300,"name":"视频广告"}]
@ -356,7 +356,7 @@ export const widgetPiechart = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
chartType: 'widget-piechart', chartType: 'widget-piechart',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
@ -371,7 +371,7 @@ export const widgetPiechart = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -379,7 +379,7 @@ export const widgetPiechart = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:08:53 * @Date: 2021-08-29 07:08:53
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:08:55 * @LastEditTime: 2021-09-28 14:19:30
*/ */
export const widgetSliders = { export const widgetSliders = {
code: 'widget-slider', code: 'widget-slider',
@ -59,14 +59,14 @@ export const widgetSliders = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: true, required: true,
placeholder: 'px', placeholder: '',
}, },
{ {
type: 'el-input-number', type: 'el-input-number',
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: true, required: true,
placeholder: 'px', placeholder: '',
}, },
{ {
type: 'el-input-number', type: 'el-input-number',

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:16:10 * @Date: 2021-08-29 07:16:10
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:17:17 * @LastEditTime: 2021-09-28 14:19:54
*/ */
export const widgetTable = { export const widgetTable = {
code: 'widget-table', code: 'widget-table',
@ -204,7 +204,7 @@ export const widgetTable = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: [ value: [
@ -222,7 +222,7 @@ export const widgetTable = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
chartType: 'widget-table', chartType: 'widget-table',
@ -236,7 +236,7 @@ export const widgetTable = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -244,7 +244,7 @@ export const widgetTable = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 06:52:13 * @Date: 2021-08-29 06:52:13
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:01:07 * @LastEditTime: 2021-09-28 14:20:12
*/ */
export const widgetText = { export const widgetText = {
code: 'widget-text', code: 'widget-text',
@ -124,7 +124,7 @@ export const widgetText = {
label: '静态数据', label: '静态数据',
name: 'staticData', name: 'staticData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'staticData', relactiveDomValue: 'staticData',
value: '文本框', value: '文本框',
@ -134,7 +134,7 @@ export const widgetText = {
label: '', label: '',
name: 'dynamicData', name: 'dynamicData',
required: false, required: false,
placeholder: 'px', placeholder: '',
relactiveDom: 'dataType', relactiveDom: 'dataType',
relactiveDomValue: 'dynamicData', relactiveDomValue: 'dynamicData',
chartType: 'widget-text', chartType: 'widget-text',
@ -150,7 +150,7 @@ export const widgetText = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -158,7 +158,7 @@ export const widgetText = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:05:52 * @Date: 2021-08-29 07:05:52
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:05:53 * @LastEditTime: 2021-09-28 14:20:30
*/ */
export const widgetTime = { export const widgetTime = {
code: 'widget-time', code: 'widget-time',
@ -111,7 +111,7 @@ export const widgetTime = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -119,7 +119,7 @@ export const widgetTime = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

@ -4,7 +4,7 @@
* @Author: qianlishi * @Author: qianlishi
* @Date: 2021-08-29 07:10:22 * @Date: 2021-08-29 07:10:22
* @LastEditors: qianlishi * @LastEditors: qianlishi
* @LastEditTime: 2021-08-29 07:10:23 * @LastEditTime: 2021-09-28 14:20:47
*/ */
export const widgetVideo = { export const widgetVideo = {
code: 'widget-video', code: 'widget-video',
@ -40,7 +40,7 @@ export const widgetVideo = {
label: '左边距', label: '左边距',
name: 'left', name: 'left',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {
@ -48,7 +48,7 @@ export const widgetVideo = {
label: '上边距', label: '上边距',
name: 'top', name: 'top',
required: false, required: false,
placeholder: 'px', placeholder: '',
value: 0, value: 0,
}, },
{ {

Loading…
Cancel
Save