فهرست منبع

计算指标文案修改

Karsa 1 سال پیش
والد
کامیت
287eed615b

+ 2 - 2
src/views/dataEntry_manage/databaseComponents/util.js

@@ -30,7 +30,7 @@ export const computedTypes = [
 		type:4
 		type:4
 	},
 	},
 	{
 	{
-		name:'累计值转月/季值',
+		name:'累计值转月/季值',
 		type:'toMonthSeason'
 		type:'toMonthSeason'
 	},
 	},
 	{
 	{
@@ -118,7 +118,7 @@ export const computedBatchTypes = [
 		type:14
 		type:14
 	},
 	},
 	{
 	{
-		name:'累计值转月/季值',
+		name:'累计值转月/季值',
 		type:'toMonthSeason'
 		type:'toMonthSeason'
 	},
 	},
 	{
 	{

+ 12 - 11
src/views/dataEntry_manage/databaseList.vue

@@ -1829,6 +1829,7 @@ export default {
 };
 };
 </script>
 </script>
 <style lang="scss">
 <style lang="scss">
+@import "~@/styles/theme-vars.scss";
 .database_container {
 .database_container {
 	$mini_font: 12px;
 	$mini_font: 12px;
 	$normal_font: 14px;
 	$normal_font: 14px;
@@ -1843,12 +1844,12 @@ export default {
 	}
 	}
 
 
 	.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
 	.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
-		background-color: #409eff !important;
-		border-color: #409eff;
+		background-color: $theme-color !important;
+		border-color: $theme-color;
 	}
 	}
 	.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
 	.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
-		background-color: #409eff !important;
-		border-color: #409eff;
+		background-color: $theme-color !important;
+		border-color: $theme-color;
 	}
 	}
 	.el-icon-refresh {
 	.el-icon-refresh {
 		font-size: 17px;
 		font-size: 17px;
@@ -1920,7 +1921,7 @@ export default {
 						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;
 					}
 					}
@@ -1931,7 +1932,7 @@ export default {
 					right:0; */
 					right:0; */
 					height:3px;
 					height:3px;
 					// margin-top: 8px;
 					// margin-top: 8px;
-					background-color:#409EFF;
+					background-color:$theme-color;
 				}
 				}
 				.el-tree-node__content {
 				.el-tree-node__content {
 					margin-bottom: 14px !important;
 					margin-bottom: 14px !important;
@@ -1972,7 +1973,7 @@ export default {
 				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;
 			}
 			}
@@ -2054,11 +2055,11 @@ export default {
 			.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;
-				border: 1px solid #B3D8FF;
+				border: 1px solid #99baf0;
 				text-align: center;
 				text-align: center;
 				cursor: pointer;
 				cursor: pointer;
 				margin-right: 65px;
 				margin-right: 65px;
@@ -2067,11 +2068,11 @@ export default {
 					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;
 				}
 				}
 			}
 			}

+ 11 - 9
src/views/predictEdb_manage/predictEdb.vue

@@ -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;