0cc404e3 by lihua

连接器信用代码单独占一行

1 parent 954a6403
......@@ -326,7 +326,7 @@ const fileKeyNames = ref({
<span class="item_value"><ellipsis-tooltip :content="flowDetail.legalEntity || '--'"
class-name="w100f mr8-i" :refName="'tooltipOver' + 'legalEntity'"></ellipsis-tooltip></span>
</div>
<div class="list_item">
<div class="list_item is_block">
<span class="item_label">法人或其他组织统一社会信用代码:</span>
<span class="item_value"><ellipsis-tooltip :content="flowDetail.legalSocialCreditCode || '--'"
class-name="w100f mr8-i" :refName="'tooltipOver' + 'legalSocialCreditCode'"></ellipsis-tooltip></span>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!