home.html
3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<style>
.system_change_log{
background: #fff;
color: #666;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
height: calc(100% + 10px);
margin-top: -10px;
font-size: 14px;
padding: 10px 0 0 15px;
overflow: auto;
}
.system_change_log>ul{
margin:0px;
list-style:none;
}
.system_change_log>ul>li.sub_title{
text-indent: 0;
}
.system_change_log>ul>li.sub_title>h6{
font-size: 12px;
font-family: 微软雅黑;
color: #000;
margin-top: 8px;
margin-bottom: 8px;
}
.system_change_log>ul>li{
margin: 5px 0;
text-indent: 25px;
}
.system_change_log .label{
width: 55px;
display: inline-block;
padding: 0 10px;
line-height: 1.5;
font-size: 12px;
color: #fff;
vertical-align: middle;
white-space: nowrap;
border-radius: 2px !important;
text-transform: uppercase;
text-align: center;
text-indent: 3px;
margin-right: 15px;
}
.system_change_log .label.s_c_add{
background-color: #32d296;
}
.system_change_log .label.s_c_change{
background-color: #1e87f0;
}
.system_change_log .label.s_c_remove{
background-color: #faa05a;
}
</style>
<div class="system_change_log">
<h2 style="text-indent: 35px;margin: 10px 0 5px;">2019-08-15 更新说明 Changelog</h2>
<br><br>
<ul >
<li class="sub_title"><h6>线调</h6></li>
<li><span class="label s_c_change">修复</span>1、线路配置里的“场既是站”设置,可以设置多个停车场。</li>
<li><span class="label s_c_change">修复</span>2、修复出场班次和首班发车无指令的问题。</li>
<li><span class="label s_c_change">修复</span>3、修复现调中的模拟地图显示问题。</li>
<li><span class="label s_c_change">修复</span>4、在现调中的实到时间后面加上时间差。</li>
<li class="sub_title"><h6>计划调度</h6></li>
<li><span class="label s_c_change">修复</span>1、时刻表导出时的文件名按照时刻表名称来如(嘉定18路20180215时刻表.xls)及其他导出文件的文件名为(线路名+表名+内容时间)。</li>
<li class="sub_title"><h6>统计报表</h6></li>
<li><span class="label s_c_change">新增</span>1、到离站查询报表。</li>
<li><span class="label s_c_change">修复</span>2、临加班次备注显示在工作汇总中。</li>
<li><span class="label s_c_change">修复</span>3、更新调度日报的排序。</li>
<li><span class="label s_c_change">新增</span>4、在班次日报表中增加一个合计栏。</li>
<li><span class="label s_c_change">修复</span>5、班次日报重做。</li>
<li class="sub_title"><h6>基础信息</h6></li>
<li><span class="label s_c_change">修复</span>1、修复基础信息设备管理的显示问题。</li>
<li><span class="label s_c_change">修复</span>2、修复基础信息中新人员性别识别问题。</li>
<li><span class="label s_c_change">修复</span>3、修复基础中线路站点的序号问题。</li>
</ul>
</div>