Commit 6c06ee86 by wusiyi

fix: bug修复

parent abf07d85
...@@ -1119,7 +1119,10 @@ ...@@ -1119,7 +1119,10 @@
</div> </div>
<div class="grid-item"> <div class="grid-item">
<span class="grid-item-label">供应货号:</span> <span class="grid-item-label">供应货号:</span>
<span title="供应货号" class="grid-item-value"> <span
:title="`供应货号: ${cardItem?.supplierProductNo}`"
class="grid-item-value"
>
{{ cardItem?.supplierProductNo }} {{ cardItem?.supplierProductNo }}
</span> </span>
</div> </div>
......
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