Commit 6dbdaf2d153b5cc7c4e0d765a19c292a8b244d54
1 parent
07baa686
perf: product profiles column layout default 5 column
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
74 | 74 | ||
75 | const dataSource = ref<ProfileRecord[]>([]); | 75 | const dataSource = ref<ProfileRecord[]>([]); |
76 | 76 | ||
77 | - const colNumber = ref(4); | 77 | + const colNumber = ref(5); |
78 | 78 | ||
79 | const getSelectAllFlag = computed(() => { | 79 | const getSelectAllFlag = computed(() => { |
80 | return unref(dataSource).every((item) => item.checked); | 80 | return unref(dataSource).every((item) => item.checked); |