|
@@ -545,7 +545,7 @@ export default {
|
|
{ name: '同比值',type: 32 },
|
|
{ name: '同比值',type: 32 },
|
|
{ name: '同差值',type: 33 },
|
|
{ name: '同差值',type: 33 },
|
|
{ name: 'N数值移动平均计算',type: 39 },
|
|
{ name: 'N数值移动平均计算',type: 39 },
|
|
- { name: '累计值转月值/转季值',type: 'toMonthSeason' },
|
|
|
|
|
|
+ { name: '累计值转月/季值',type: 'toMonthSeason' },
|
|
{ name: 'N数值环比值',type: 43 },
|
|
{ name: 'N数值环比值',type: 43 },
|
|
{ name: 'N数值环差值',type: 44 },
|
|
{ name: 'N数值环差值',type: 44 },
|
|
{ name: '升频',type: 45 },
|
|
{ name: '升频',type: 45 },
|
|
@@ -565,7 +565,7 @@ export default {
|
|
{ name: 'N数值环比值',type: 43 },
|
|
{ name: 'N数值环比值',type: 43 },
|
|
{ name: 'N数值环差值',type: 44 },
|
|
{ name: 'N数值环差值',type: 44 },
|
|
{ name: '升频',type: 45 },
|
|
{ name: '升频',type: 45 },
|
|
- { name: '累计值转月值/转季值',type: 'toMonthSeason' },
|
|
|
|
|
|
+ { name: '累计值转月/季值',type: 'toMonthSeason' },
|
|
{ name: '累计值',type: 'accumulate' }
|
|
{ name: '累计值',type: 'accumulate' }
|
|
],
|
|
],
|
|
isOnlyMe:false,//只看我的
|
|
isOnlyMe:false,//只看我的
|
|
@@ -1301,6 +1301,7 @@ export default {
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
<style lang='scss' scoped>
|
|
<style lang='scss' scoped>
|
|
|
|
+@import "~@/styles/theme-vars.scss";
|
|
*{ box-sizing: border-box;}
|
|
*{ box-sizing: border-box;}
|
|
$mini-font: 12px; $normal-font: 14px;
|
|
$mini-font: 12px; $normal-font: 14px;
|
|
.predictEdb-container {
|
|
.predictEdb-container {
|
|
@@ -1372,7 +1373,7 @@ $mini-font: 12px; $normal-font: 14px;
|
|
margin-right: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
}
|
|
.el-icon-view {
|
|
.el-icon-view {
|
|
- color: #409EFF;
|
|
|
|
|
|
+ color: #409eff;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
margin-left: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
@@ -1383,7 +1384,7 @@ $mini-font: 12px; $normal-font: 14px;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- color: #409eff;
|
|
|
|
|
|
+ color: $theme-color;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
@@ -1494,7 +1495,7 @@ $mini-font: 12px; $normal-font: 14px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.join_txt {
|
|
.join_txt {
|
|
- color: #409eff;
|
|
|
|
|
|
+ color: $theme-color;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1517,7 +1518,7 @@ $mini-font: 12px; $normal-font: 14px;
|
|
.cpmputed-li {
|
|
.cpmputed-li {
|
|
width: 180px;
|
|
width: 180px;
|
|
padding: 19px 0;
|
|
padding: 19px 0;
|
|
- color: #409EFF;
|
|
|
|
|
|
+ color: $theme-color;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
background:#ECF5FF;
|
|
background:#ECF5FF;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
@@ -1530,11 +1531,11 @@ $mini-font: 12px; $normal-font: 14px;
|
|
margin-right:0;
|
|
margin-right:0;
|
|
}
|
|
}
|
|
&:hover {
|
|
&:hover {
|
|
- background: #409EFF;
|
|
|
|
|
|
+ background: $theme-color;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
&.act {
|
|
&.act {
|
|
- background: #409EFF;
|
|
|
|
|
|
+ background: $theme-color;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1543,6 +1544,7 @@ $mini-font: 12px; $normal-font: 14px;
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
|
|
+@import "~@/styles/theme-vars.scss";
|
|
.predictEdb-container {
|
|
.predictEdb-container {
|
|
.label-input .el-input__inner {
|
|
.label-input .el-input__inner {
|
|
height: 25px;
|
|
height: 25px;
|
|
@@ -1556,7 +1558,7 @@ $mini-font: 12px; $normal-font: 14px;
|
|
|
|
|
|
.el-tree__drop-indicator{
|
|
.el-tree__drop-indicator{
|
|
height:3px;
|
|
height:3px;
|
|
- background-color:#409EFF;
|
|
|
|
|
|
+ background-color: $theme-color;
|
|
}
|
|
}
|
|
.el-tree-node__content {
|
|
.el-tree-node__content {
|
|
margin-bottom: 14px !important;
|
|
margin-bottom: 14px !important;
|