Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

生成erp表单时,当region代码是81和82开头,也就是香港澳门区域时,JAreaLinkage地址组件显示不完整 #7290

Closed
kevinchan1979 opened this issue Sep 27, 2024 · 5 comments

Comments

@kevinchan1979
Copy link

版本号:3.7.1
问题描述:当region代码是81和82开头,也就是香港澳门区域时,JAreaLinkage地址组件显示不完整
错误截图:

C7640290C283C978A68EEACC01389292
47EB4E07D0512774C14A144028EDC4CF

友情提示:

  • 未按格式要求发帖、描述过于简单的,会被直接删掉;
  • 描述问题请图文并茂,方便我们理解并快速定位问题;
  • 如果使用的不是master,请说明你使用的分支;
@zhangdaiscott
Copy link
Member

jl

@yankuncui
Copy link

兄弟,你这个地址是怎么显示的,中文

@kevinchan1979
Copy link
Author

kevinchan1979 commented Sep 28, 2024

兄弟,你这个地址是怎么显示的,中文

在list页面加回显插槽

       <template v-slot:bodyCell="{ column, record, index, text }">
         <template v-if="column.dataIndex==='address'">
            <!-- 省市区字段回显插槽 -->  
            <div>{{ getAreaTextByCode(text) }}</div>
         </template>
       </template>

@kevinchan1979
Copy link
Author

jl

已经找到问题了,源代码中香港、澳门只有两级其它省份是三级,实际都是三级,我去掉了相关条件判断可以正确显示了,请老板指正。
WX20240929-092930@2x
WX20240929-093006@2x
WX20240929-094049@2x

@sjlei
Copy link

sjlei commented Oct 15, 2024

问题已修复,下版本发布

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants