Skip to content

Commit

Permalink
记录页分栏模式顶部不应该显示字段名
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingliao committed Jan 11, 2024
1 parent c775ec7 commit f835635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ async function getMobileTableColumns(fields, options){

let column = {
name: nameField.name,
label: nameField.label,
label: options.displayAs == 'split' ? '' : nameField.label,
sortable: nameField.sortable,
type: "button",
level: "link",
Expand Down

0 comments on commit f835635

Please sign in to comment.