table console
This commit is contained in:
parent
08dd5a910d
commit
cbf10b35d8
@ -999,6 +999,7 @@ const _sfc_main = defineComponent({
|
|||||||
});
|
});
|
||||||
watch(() => [props.height, props.maxHeight, props.dataSource], () => {
|
watch(() => [props.height, props.maxHeight, props.dataSource], () => {
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
|
console.log("\u6570\u636E\u53D8\u5316", scrollWidthCell.value);
|
||||||
getScrollWidth();
|
getScrollWidth();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -19417,6 +19417,7 @@ const _sfc_main$D = defineComponent({
|
|||||||
});
|
});
|
||||||
watch(() => [props.height, props.maxHeight, props.dataSource], () => {
|
watch(() => [props.height, props.maxHeight, props.dataSource], () => {
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
|
console.log("\u6570\u636E\u53D8\u5316", scrollWidthCell.value);
|
||||||
getScrollWidth();
|
getScrollWidth();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -453,6 +453,7 @@ watch(
|
|||||||
() => [props.height, props.maxHeight, props.dataSource],
|
() => [props.height, props.maxHeight, props.dataSource],
|
||||||
() => {
|
() => {
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
|
console.log("数据变化",scrollWidthCell.value)
|
||||||
getScrollWidth();
|
getScrollWidth();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user