Commit 1ac59f0b by zhuzhequan

修复显示问题

parent 1d5679ad
...@@ -1318,6 +1318,7 @@ export default { ...@@ -1318,6 +1318,7 @@ export default {
</div> </div>
<div <div
class="print-tip" class="print-tip"
:style="{left:isView?'':'22%'}"
v-if=" v-if="
detail && detail &&
detail.mssWidth && detail.mssWidth &&
...@@ -1325,7 +1326,7 @@ export default { ...@@ -1325,7 +1326,7 @@ export default {
selectImgList.length selectImgList.length
" "
> >
<b style="color: green" v-if="hasSize" <b style="color: green" v-if="hasSize"
>该生产单无需拖动设计,直接打印</b >该生产单无需拖动设计,直接打印</b
> >
<b style="color: red" v-else>该生产单需要拖动设计打印</b> <b style="color: red" v-else>该生产单需要拖动设计打印</b>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment