|
|
@ -289,10 +289,11 @@ export default function getComponentConfig (type) {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
name: '指标卡',
|
|
|
|
name: '指标卡',
|
|
|
|
title: '指标卡',
|
|
|
|
title: '指标卡',
|
|
|
|
icon: Icon.getNameList()[26],
|
|
|
|
icon: null,
|
|
|
|
|
|
|
|
img: require('data-room-ui/assets/images/cardImg/card.png'),
|
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndicatorCardChart',
|
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndicatorCardChart',
|
|
|
|
w: 500,
|
|
|
|
w: 400,
|
|
|
|
h: 250,
|
|
|
|
h: 170,
|
|
|
|
x: 0,
|
|
|
|
x: 0,
|
|
|
|
y: 0,
|
|
|
|
y: 0,
|
|
|
|
type
|
|
|
|
type
|
|
|
@ -302,10 +303,11 @@ export default function getComponentConfig (type) {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
name: '指标卡一',
|
|
|
|
name: '指标卡一',
|
|
|
|
title: '指标卡一',
|
|
|
|
title: '指标卡一',
|
|
|
|
icon: Icon.getNameList()[27],
|
|
|
|
icon: null,
|
|
|
|
|
|
|
|
img: require('data-room-ui/assets/images/cardImg/indicard.png'),
|
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndexCardChart',
|
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndexCardChart',
|
|
|
|
w: 600,
|
|
|
|
w: 400,
|
|
|
|
h: 250,
|
|
|
|
h: 200,
|
|
|
|
x: 0,
|
|
|
|
x: 0,
|
|
|
|
y: 0,
|
|
|
|
y: 0,
|
|
|
|
type
|
|
|
|
type
|
|
|
@ -314,10 +316,11 @@ export default function getComponentConfig (type) {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
name: '指标卡二',
|
|
|
|
name: '指标卡二',
|
|
|
|
title: '指标卡二',
|
|
|
|
title: '指标卡二',
|
|
|
|
icon: Icon.getNameList()[27],
|
|
|
|
icon: null,
|
|
|
|
|
|
|
|
img: require('data-room-ui/assets/images/cardImg/card2.png'),
|
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndicatorCardChart',
|
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndicatorCardChart',
|
|
|
|
w: 600,
|
|
|
|
w: 400,
|
|
|
|
h: 250,
|
|
|
|
h: 170,
|
|
|
|
x: 0,
|
|
|
|
x: 0,
|
|
|
|
y: 0,
|
|
|
|
y: 0,
|
|
|
|
type
|
|
|
|
type
|
|
|
@ -326,10 +329,11 @@ export default function getComponentConfig (type) {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
name: '指标卡三',
|
|
|
|
name: '指标卡三',
|
|
|
|
title: '指标卡三',
|
|
|
|
title: '指标卡三',
|
|
|
|
icon: Icon.getNameList()[27],
|
|
|
|
icon: null,
|
|
|
|
|
|
|
|
img: require('data-room-ui/assets/images/cardImg/indcard2.png'),
|
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndexCardChart',
|
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndexCardChart',
|
|
|
|
w: 600,
|
|
|
|
w: 400,
|
|
|
|
h: 250,
|
|
|
|
h: 200,
|
|
|
|
x: 0,
|
|
|
|
x: 0,
|
|
|
|
y: 0,
|
|
|
|
y: 0,
|
|
|
|
type
|
|
|
|
type
|
|
|
|