| | |
| | | <el-table-column |
| | | prop="wo_code" |
| | | label="工单编号" |
| | | min-width="150" |
| | | width="155" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | |
| | | <el-table-column |
| | | prop="partname" |
| | | label="产品名称" |
| | | min-width="150" |
| | | width="155" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | |
| | | <el-table-column |
| | | prop="concat_name" |
| | | label="生产进度" |
| | | width="521" |
| | | min-width="521" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div style="width: 900px;display: flex;overflow-x: auto;overflow-y: hidden"> |
| | | <div style="min-width: 900px;display: flex;overflow-x: auto;overflow-y: hidden"> |
| | | <div |
| | | v-for="item in row.concat_name.split(',')" |
| | | :key="item+row.wo_code" |
| | |
| | | > |
| | | <!-- padding:0px 0px 10px 0px;--> |
| | | |
| | | <div style="position: relative;display: flex;flex-direction: column;width: 80px;text-align: center;align-items: center;margin-left: 5px"> |
| | | <div style="width: 80px;">{{ item.split('/')[0] }}</div> |
| | | <div style="position: relative;display: flex;flex-direction: column;width: 80px;text-align: center;align-items: center;margin-left:10px"> |
| | | <div style="width: 80px;" class="ellipsis">{{ item.split('/')[0] }}</div> |
| | | <el-progress |
| | | :text-inside="true" |
| | | :stroke-width="20" |