Merge branch 'fork/xueyitt/main'

This commit is contained in:
Jin Mao
2026-05-16 10:49:33 +08:00

View File

@@ -251,9 +251,9 @@ const options = computed(() => {
}
if (mergedOptions.formConfig) {
mergedOptions.formConfig.enabled = false;
if (tableData.value && tableData.value.length > 0) {
mergedOptions.data = tableData.value;
}
}
if (tableData.value && tableData.value.length > 0) {
mergedOptions.data = tableData.value;
}
// 注入已读行功能rowClassName、rowStyle、columns 拦截)