This commit is contained in:
zyy 2020-07-27 13:15:12 +08:00
commit a8d584ae89
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ class SkinCode extends defaultStyle {
blockColor: '#d659d6', // 区段封锁颜色(淡紫色)
atcExcisionColor: '#A0522D', // 区段atc切除颜色
atsExcisionColor: '#A0522D', // 区段ats切除颜色
invalidColor: '#EF72A7', // 计轴故障颜色
invalidColor: '#AC8F40', // 计轴故障颜色
timeReleaseColor: '#3F3F3F', // 区段延时释放颜色
protectiveLockColor: '#03C85C', // 区段保护锁闭 延续保护
protectiveTimeReleaseColor: '#0071C1', // 区段保护延时解锁

View File

@ -103,8 +103,8 @@ export default {
this.$message.success('仿真加载指定运行计划成功!');
this.loading = false;
}).catch(() => {
this.$message.error('仿真加载指定运行计划失败!');
this.loading = false;
this.$message.error('仿真加载指定运行计划失败!');
this.loading = false;
});
}
}