changes
This commit is contained in:
@@ -158,6 +158,7 @@ function dynamicComponent(htmlString) {
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
emits: ["clickevent"],
|
||||
});
|
||||
}
|
||||
var timer = undefined;
|
||||
@@ -264,10 +265,10 @@ const showField = async function (field) {
|
||||
showmodal.value = {
|
||||
vbind: {
|
||||
pagename: props.pagename,
|
||||
field: field,
|
||||
filters: filters,
|
||||
filterData: filterData,
|
||||
width: width,
|
||||
field,
|
||||
filters,
|
||||
filterData,
|
||||
width,
|
||||
},
|
||||
component: "datatable/ContextMenu",
|
||||
title: field.name,
|
||||
|
||||
Reference in New Issue
Block a user