Browse Source

剧中问题修改

yingzhou 6 years ago
parent
commit
7e593b47a4

+ 1 - 0
app/rehabilitation/css/rehabilitation_management.css

@ -107,5 +107,6 @@ body,html,.c-container{height: 100%;}
.time-box:after{content: '';position: absolute;right: 0;z-index: 2;right: 19px;height: 100%;width: 1px;background-color: #d7dce6;top: 50%;}
.time-axis tr:nth-last-of-type(1) .time-box:after{display: none;}
.view-task{text-align: center;cursor: pointer;}
.task-status{text-align: center;}
[v-cloak]{display: none;}
.visibility-hide{visibility: hidden;}

+ 1 - 1
app/rehabilitation/html/rehabilitation_management.html

@ -108,7 +108,7 @@
								<th>项目</th>
								<th>执行人员</th>
								<th>执行地点</th>
								<th>相关记录</th>
								<th class="text-center">相关记录</th>
								<th class="text-center">状态</th>
							</tr>
							<tr v-for="item in timeAxisData" :is-future="item.future">