管道,流程,数据源切换,大屏,测量点位
This commit is contained in:
@ -32,6 +32,18 @@
|
||||
<p class="form-control-static">${pipelineData.pipelineName}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">场内场外</label>
|
||||
<div class="col-sm-8">
|
||||
<p class="form-control-static">
|
||||
<c:choose>
|
||||
<c:when test="${pipelineData.pipelineArea == 'OUT_SIDE'}">场外管道</c:when>
|
||||
<c:when test="${pipelineData.pipelineArea == 'In_SIDE'}">场内管道</c:when>
|
||||
<c:otherwise>${pipelineData.pipelineArea}</c:otherwise>
|
||||
</c:choose>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">直径(mm)</label>
|
||||
<div class="col-sm-8">
|
||||
|
||||
Reference in New Issue
Block a user