| | |
| | | <Button @click="toPrint" type="primary" ghost |
| | | v-if="allowOperation.ship && logisticsType != 'SHUNFENG'">打印电子面单</Button> |
| | | <Button @click="modifyRemark" type="primary">添加备注</Button> |
| | | <!-- 将编辑模板按钮移到这里 --> |
| | | <Button v-if="orderInfo.userCheckTemplates && orderInfo.userCheckTemplates.length > 0" |
| | | @click="editTemplateInfo(orderInfo.userCheckTemplates[0].templateId, sn)" |
| | | type="primary">编辑模板</Button> |
| | | </div> |
| | | </Card> |
| | | |
| | |
| | | <div class="div-item-left">商品模板:</div> |
| | | <div class="div-item-right"> |
| | | {{ item.templateName || '无模板标题' }} <!-- 处理空值默认显示 --> |
| | | <Button size="small" @click="editTemplateInfo(item.templateId, sn)" style="margin-left: 10px;">编辑</Button> |
| | | </div> |
| | | </div> |
| | | <!-- 4. 选择图片:渲染 chooseImg 字段(处理 null/空值) --> |