feat: 更改缺少工艺参数允许生产的情况下显示提示的逻辑
| | |
| | | <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"> |