| | |
| | | > |
| | | <template v-if="list.name == '工序'"> |
| | | <div class="card_content"> |
| | | <div class="card_contentLeft color_blue"> |
| | | {{ list.deviceName }} |
| | | <div class="card_contentLeft color_blue font_dian"> |
| | | <!-- {{ list.deviceName }} --> |
| | | <el-tooltip |
| | | effect="dark" |
| | | popper-class="tooltip-width-200" |
| | | :content="list.deviceName" |
| | | placement="top-start" |
| | | > |
| | | <span>{{ list.deviceName }}</span> |
| | | </el-tooltip> |
| | | <!-- <span style="float: right">6m/s</span> --> |
| | | </div> |
| | | </div> |
| | |
| | | inputMaterials: [], |
| | | outputMaterials: [], |
| | | procedureList: [ |
| | | // { |
| | | // number: 11111, |
| | | // name: "工艺", |
| | | // } |
| | | // [ |
| | | // { |
| | | // name:"工序", |
| | | // deviceName:'1111dhafjdhajkhf jkdahjkf打法即可打開鏈接肯德基啊看來jdad大风京东卡老司机番窠倒臼开了房金阿奎第十六届反馈拉德斯基k打卡机阿珂附件打开了点击阿里卡减肥的卡拉胶开了房大街上克隆fk啦大家防空雷達數據看i' |
| | | // }, |
| | | // ] |
| | | ], |
| | | }; |
| | | this.Tasks = []; |
| | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | .tooltip-width-200{ |
| | | width:200px; |
| | | line-height:1.3!important; |
| | | } |
| | | .color_yellow{ |
| | | color:yellow; |
| | | } |
| | |
| | | border-radius: 5px 5px 0 0; |
| | | background: rgb(19, 35, 90); |
| | | } |
| | | .font_dian{ |
| | | -webkit-box-orient:vertical; |
| | | overflow:hidden; |
| | | text-overflow:ellipsis; |
| | | white-space:nowrap; |
| | | } |
| | | |
| | | .card_contentRight { |
| | | width: 100%; |