Skip to content

Commit

Permalink
chore: 修改事件文案
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft committed Sep 12, 2024
1 parent ba620b3 commit da940f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const ColumnSetting = memo((props: IModalProp) => {
values.list?.map((item: any, index: number) => {
let name = '';
if (typeof item.text === 'string' || item.text?.type === 'static') {
name = '操作列' + (item.text?.value || item.text) + '事件';
name = '点击' + (item.text?.value || item.text) + '事件';
} else {
name = `操作列动态按钮${index + 1}事件`;
}
Expand Down

0 comments on commit da940f5

Please sign in to comment.