mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
🔱: [client] sync upgrade with 6 commits [trident-sync]
chore: chore: help menu chore: help menu fix: 修复 antdv 弹出菜单边框过大的问题 fix: 修复 antdv懒加载后dropdown按钮无法点击的bug
This commit is contained in:
@@ -22,7 +22,6 @@ export default defineComponent({
|
||||
setup() {
|
||||
const { crudBinding, crudRef, crudExpose, context, crudOptions, resetCrudOptions, appendBindingOptions } = useFs({ createCrudOptions, context: { text: 111 } });
|
||||
|
||||
debugger;
|
||||
const { merge } = useMerge();
|
||||
setTimeout(() => {
|
||||
//合并新的crudOptions
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export default {
|
||||
crud: ` columns: {
|
||||
date:{
|
||||
name:{
|
||||
title: '姓名', //字段名称
|
||||
type: 'text', //字段类型,添加、修改、查询将自动生成相应表单组件
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user