mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-13 22:32:49 +00:00
Merge branch '7.x' of https://github.com/cool-team-official/cool-admin-vue into 7.x
This commit is contained in:
commit
ebcf33ed54
@ -168,7 +168,7 @@ export function useCode() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 格式化标题
|
// 格式化标题
|
||||||
label = label.split(" ")[0];
|
label = label?.split?.(" ")?.[0] || column.propertyName;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
column: {
|
column: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user