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

feat: crud2列标题支持表达式 #11399

Merged
merged 4 commits into from
Dec 20, 2024
Merged

Conversation

hzh11012
Copy link
Contributor

What

Why

How

Copy link

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

@github-actions github-actions bot added the feat label Dec 19, 2024
popOverContainer: popOverContainer || this.getPopOverContainer,
value: column.title || column.label
...data,
popOverContainer: popOverContainer || this.getPopOverContainer
};
if (isObject(column.title)) {
titleSchema = cloneDeep(column.title);
} else if (
typeof column.title === 'string' ||
typeof column.label === 'string'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这两个一起改一下吧 typeof title === 'string'

@2betop 2betop merged commit e169b32 into baidu:master Dec 20, 2024
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants