修改bug 52681 [线上]标准入库流程-国内入库-不会签 起草名称归档错误
This commit is contained in:
@@ -667,7 +667,7 @@
|
|||||||
class="modular-content-p-val"
|
class="modular-content-p-val"
|
||||||
:title="child.value || '-'"
|
:title="child.value || '-'"
|
||||||
>
|
>
|
||||||
{{ child.value || '-' }}
|
{{ !child.value || child.value === 'null' || child.value === '[]' ? '-' : child.value }}
|
||||||
</span>
|
</span>
|
||||||
<div v-else class="modular-content-p-flies">
|
<div v-else class="modular-content-p-flies">
|
||||||
<p
|
<p
|
||||||
|
|||||||
Reference in New Issue
Block a user