mirror of https://github.com/jeecgboot/jeecg-boot
【issues/8564】basicTale的TableLayout换成auto不生效
parent
967197d224
commit
1c2a49d371
|
@ -269,6 +269,9 @@
|
||||||
const getBindValues = computed(() => {
|
const getBindValues = computed(() => {
|
||||||
const dataSource = unref(getDataSourceRef);
|
const dataSource = unref(getDataSourceRef);
|
||||||
let propsData: Recordable = {
|
let propsData: Recordable = {
|
||||||
|
// date-begin--author:liaozhiyang---date:20250716---for:【issues/8564】basicTale的TableLayout换成auto不生效
|
||||||
|
tableLayout: 'fixed',
|
||||||
|
// date-begin--author:liaozhiyang---date:20250716---for:【issues/8564】basicTale的TableLayout换成auto不生效
|
||||||
// ...(dataSource.length === 0 ? { getPopupContainer: () => document.body } : {}),
|
// ...(dataSource.length === 0 ? { getPopupContainer: () => document.body } : {}),
|
||||||
...attrs,
|
...attrs,
|
||||||
customRow,
|
customRow,
|
||||||
|
@ -278,7 +281,6 @@
|
||||||
...unref(getHeaderProps),
|
...unref(getHeaderProps),
|
||||||
scroll: unref(getScrollRef),
|
scroll: unref(getScrollRef),
|
||||||
loading: unref(getLoading),
|
loading: unref(getLoading),
|
||||||
tableLayout: 'fixed',
|
|
||||||
rowSelection: unref(getRowSelectionRef),
|
rowSelection: unref(getRowSelectionRef),
|
||||||
rowKey: unref(getRowKey),
|
rowKey: unref(getRowKey),
|
||||||
columns: toRaw(unref(getViewColumns)),
|
columns: toRaw(unref(getViewColumns)),
|
||||||
|
|
Loading…
Reference in New Issue