| | |
| | | <div class="info-item-two"> |
| | | <div style="color: #4efefa; font-size: 18px; margin-bottom: 10px; margin-top: 20px">工艺参数</div> |
| | | <!-- 未获取到工艺参数, 且当前设备允许在没有工艺参数的情况下生产, 则提示--> |
| | | <div v-if="getCraftParamsTip && currentDeviceAllowNoParams" class="info-item info-item-two"> |
| | | <div v-if="!craftParams?.length && currentDeviceAllowNoParams" class="info-item info-item-two"> |
| | | 未获取到工艺参数, 请手动设置或在云端工艺模型中上传 |
| | | </div> |
| | | <div v-for="(item, index) in craftParams" :key="index" class="info-item info-item-two"> |
| | |
| | | .btn { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-around; |
| | | justify-content: center; |
| | | & > button { |
| | | margin-right: 20px; |
| | | &:last-child { |
| | | margin-right: 0; |
| | | } |
| | | } |
| | | } |
| | | .content-title { |
| | | display: flex; |