Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
a8d584ae89
@ -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', // 区段保护延时解锁
|
||||
|
@ -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;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user