We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.7.0
在自动生成一对多erp表单时,BasicTable可以通过自定义回显插槽,把省市区代码转换成文字。
<template v-slot:bodyCell="{ column, record, index, text }"> <template v-if="column.dataIndex==='address'"> <!-- 省市区字段回显插槽 --> <div>{{ getAreaTextByCode(text) }}</div> </template> </template>
但在生成一对多默认表单时,在BasicModal中没有在找到正确回显省市区代码的方法,请教一下如何修复这个问题。
The text was updated successfully, but these errors were encountered:
SQ
Sorry, something went wrong.
已修复,待新版本发布,参考修改如下 useJVxeComponent.ts文件中的useJVxeComponent方法,判断当为pca省市区联动的时候,进行文本的翻译
useJVxeComponent.ts
useJVxeComponent
pca
No branches or pull requests
版本号:
3.7.0
问题描述:
在自动生成一对多erp表单时,BasicTable可以通过自定义回显插槽,把省市区代码转换成文字。
但在生成一对多默认表单时,在BasicModal中没有在找到正确回显省市区代码的方法,请教一下如何修复这个问题。
错误截图:
友情提示:
The text was updated successfully, but these errors were encountered: