方案数据测试项信息起始时间结束时间宽度修改
This commit is contained in:
@@ -68,10 +68,16 @@
|
|||||||
{{ item.ct && item.ct1 ? item.ct / item.ct1 : item.ct }}
|
{{ item.ct && item.ct1 ? item.ct / item.ct1 : item.ct }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="起始时间" width="160">
|
<el-descriptions-item label="起始时间" width="160">
|
||||||
|
<span style="width:140px;overflow: hidden;display: block;">
|
||||||
{{ item.startTime }}
|
{{ item.startTime }}
|
||||||
|
</span>
|
||||||
|
<!-- {{ item.startTime }} -->
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="结束时间" width="160">
|
<el-descriptions-item label="结束时间" width="160">
|
||||||
|
<span style="width:140px;overflow: hidden;display: block;">
|
||||||
{{ item.endTime }}
|
{{ item.endTime }}
|
||||||
|
</span>
|
||||||
|
<!-- {{ item.endTime }} -->
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="监测位置" width="160">
|
<el-descriptions-item label="监测位置" width="160">
|
||||||
{{ item.location }}
|
{{ item.location }}
|
||||||
|
|||||||
Reference in New Issue
Block a user