Merge branch 'fork/xueyitt/main'
commit
c8c425538f
|
|
@ -251,9 +251,9 @@ const options = computed(() => {
|
||||||
}
|
}
|
||||||
if (mergedOptions.formConfig) {
|
if (mergedOptions.formConfig) {
|
||||||
mergedOptions.formConfig.enabled = false;
|
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 拦截)
|
// 注入已读行功能(rowClassName、rowStyle、columns 拦截)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue