连接器信用代码单独占一行
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -326,7 +326,7 @@ const fileKeyNames = ref({ | ... | @@ -326,7 +326,7 @@ const fileKeyNames = ref({ |
| 326 | <span class="item_value"><ellipsis-tooltip :content="flowDetail.legalEntity || '--'" | 326 | <span class="item_value"><ellipsis-tooltip :content="flowDetail.legalEntity || '--'" |
| 327 | class-name="w100f mr8-i" :refName="'tooltipOver' + 'legalEntity'"></ellipsis-tooltip></span> | 327 | class-name="w100f mr8-i" :refName="'tooltipOver' + 'legalEntity'"></ellipsis-tooltip></span> |
| 328 | </div> | 328 | </div> |
| 329 | <div class="list_item"> | 329 | <div class="list_item is_block"> |
| 330 | <span class="item_label">法人或其他组织统一社会信用代码:</span> | 330 | <span class="item_label">法人或其他组织统一社会信用代码:</span> |
| 331 | <span class="item_value"><ellipsis-tooltip :content="flowDetail.legalSocialCreditCode || '--'" | 331 | <span class="item_value"><ellipsis-tooltip :content="flowDetail.legalSocialCreditCode || '--'" |
| 332 | class-name="w100f mr8-i" :refName="'tooltipOver' + 'legalSocialCreditCode'"></ellipsis-tooltip></span> | 332 | class-name="w100f mr8-i" :refName="'tooltipOver' + 'legalSocialCreditCode'"></ellipsis-tooltip></span> | ... | ... |
-
Please register or sign in to post a comment