部分问题修复

This commit is contained in:
2026-01-17 17:22:59 +08:00
parent 410b0501af
commit 85354f6296
4 changed files with 23 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
</view>
<view class="u-flex u-row-between u-m-t-24 u-col-top">
<view class="no-wrap">打印状态</view>
<view class="u-p-l-32" style="max-width: 522rpx; word-wrap: break-word; color: red">
<view class="u-p-l-32" style="max-width: 522rpx; word-wrap: break-word; color: red" v-if="data.printStatus">
<template v-if="JSON.parse(data.printStatus).length > 0">
打印失败{{
JSON.parse(data.printStatus)