NEZ-1776 fix:chart params参数错误的问题
This commit is contained in:
@@ -521,6 +521,8 @@ export default {
|
||||
}
|
||||
if (item.text && !item.display) {
|
||||
item.display = item.text
|
||||
} else if (!item.display) {
|
||||
item.display = '{{A.$value}}'
|
||||
}
|
||||
if (item.columns && !item.column) {
|
||||
item.column = item.columns
|
||||
|
||||
Reference in New Issue
Block a user