small change
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
86bbc7cfd6
commit
02c163c5e0
|
@ -39,7 +39,7 @@ const getInputEvents = (colField, props) => {
|
|||
};
|
||||
};
|
||||
|
||||
const tableColumnComponents = {
|
||||
const tableColumnComponents = computed(() => ({
|
||||
item: {
|
||||
component: QBtn,
|
||||
props: {
|
||||
|
@ -132,7 +132,7 @@ const tableColumnComponents = {
|
|||
props: {},
|
||||
event: () => ({}),
|
||||
},
|
||||
};
|
||||
}));
|
||||
|
||||
const entriesTableColumns = computed(() => {
|
||||
return [
|
||||
|
|
Loading…
Reference in New Issue