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