| | |
| | | ref="table" |
| | | style="margin-top: 20px; height: 360px;" |
| | | :data="tableDataa" |
| | | :row-class-name="rowClassName" |
| | | :header-cell-style="{ background: '#F2F3F5', color: '#1D2129' }" |
| | | row-key="id" |
| | | > |
| | |
| | | <template #default="props"> |
| | | <el-table |
| | | :header-cell-style="{ background: '#F2F3F5', color: '#1D2129' }" |
| | | :data="props.row.details" style="width: 100%;height: 100px;"> |
| | | :data="props.row.details" style="width: 100%;height: 70px;"> |
| | | <el-table-column prop="engineerId" align="center" min-width="80" /> |
| | | <el-table-column prop="flowCardId" align="center" min-width="80" /> |
| | | <el-table-column prop="glassId" align="center" min-width="80" /> |