代码调整

This commit is contained in:
joylink_cuiweidong 2022-06-07 17:37:45 +08:00
parent a7f6f51b57
commit 8e0062a33b
2 changed files with 22 additions and 2 deletions

View File

@ -39,7 +39,11 @@
prop="arriveRunPlan.accessName"
label="方向"
width="105"
/>
>
<template slot-scope="scope">
<div v-if="scope.row.arriveRunPlan" :title="scope.row.arriveRunPlan.accessName">{{ scope.row.arriveRunPlan.accessName }}</div>
</template>
</el-table-column>
<el-table-column
prop="arriveRunPlan.sectionName"
label="到达股道"
@ -54,7 +58,11 @@
prop="departRunPlan.accessName"
label="去向"
width="105"
/>
>
<template slot-scope="scope">
<div v-if="scope.row.departRunPlan" :title="scope.row.departRunPlan.accessName">{{ scope.row.departRunPlan.accessName }}</div>
</template>
</el-table-column>
<el-table-column
prop="departRunPlan.sectionName"
label="出发股道"
@ -244,4 +252,9 @@ export default {
#sendRunplanClass.chengdou-03__systerm .el-dialog .el-dialog__body{
padding: 10px;
}
#sendRunplanClass.chengdou-03__systerm .el-dialog .el-table .cell div{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>

View File

@ -65,6 +65,9 @@
<div class="runplanTableTname runplanTwo2Level"><br><br><br></div>
<div class="runplanTableNo">3</div>
</template>
<template slot-scope="scope">
<div v-if="scope.row.arriveRunPlan" :title="scope.row.arriveRunPlan.accessName">{{ scope.row.arriveRunPlan.accessName }}</div>
</template>
</el-table-column>
<el-table-column width="60" prop="arriveRunPlan.sectionCode">
<template slot="header">
@ -249,6 +252,9 @@
<div class="runplanTableTname runplanTwo2Level"><br><br><br></div>
<div class="runplanTableNo">22</div>
</template>
<template slot-scope="scope">
<div v-if="scope.row.departRunPlan" :title="scope.row.departRunPlan.accessName">{{ scope.row.departRunPlan.accessName }}</div>
</template>
</el-table-column>
<el-table-column label="时 分">
<el-table-column width="70" prop="departRunPlan.adjacentMessage">
@ -730,6 +736,7 @@ export default {
padding-right:0;
text-align: center;
font-size: 15px;
white-space: nowrap;
// display: flex;
// flex-direction: column-reverse;
// align-items: center;