|
@@ -399,7 +399,7 @@ export default {
|
|
|
sWidth: 32, //icon 的宽
|
|
|
sHeight: 32, //icon 的高
|
|
|
font: 14, //font
|
|
|
- color: '', //字体颜色
|
|
|
+ color: '#646A73', //字体颜色
|
|
|
GraphCategoryId: val.age.GraphCategoryId,
|
|
|
InfoSystemId: val.age.InfoSystemId?val.age.InfoSystemId:'', //信息工程话分类ID分类
|
|
|
FID: t.data.SourceId,
|
|
@@ -440,7 +440,7 @@ export default {
|
|
|
FillColor: val.age.FillColor,
|
|
|
LineDash: val.age.LineDash,
|
|
|
font: 14,
|
|
|
- color: "",
|
|
|
+ color: "#646A73",
|
|
|
TextPos: { X: 0, Y: 0},
|
|
|
FID: t.data.SourceId,
|
|
|
InfoTypeId:val.age.InfoTypeId.length? val.age.InfoTypeId :[],
|