数据分析,基础分析,表格,表头列为空;
This commit is contained in:
@@ -180,6 +180,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
}) || [];
|
}) || [];
|
||||||
|
columns.value = columns.value.filter((i) => !!i); // 列数组,会有 undefined 情况出现
|
||||||
tableInstance.value.columns = data.head;
|
tableInstance.value.columns = data.head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user