feat: add table setting

This commit is contained in:
vben
2020-10-21 21:44:57 +08:00
parent 7a1e94c49d
commit 8b3a4d37a8
15 changed files with 399 additions and 57 deletions

View File

@@ -74,7 +74,7 @@
const getMergePropsRef = computed(
(): FormProps => {
return deepMerge(toRaw(props), unref(propsRef));
return deepMerge(props, unref(propsRef));
}
);
// 获取表单基本配置