This commit is contained in:
Viet An
2026-06-25 13:34:36 +07:00
parent 9f0729ccd9
commit 31ac60a282
7 changed files with 41 additions and 14 deletions

View File

@@ -273,10 +273,13 @@ const showField = async function (field) {
width,
},
component: "datatable/ContextMenu",
title: field.name,
title: `
<span>${field.name}</span>
<span class="tag font-normal fs-12 is-primary is-light">${pagedata.setting.name}</span>
`,
width: "650px",
height: "500px",
}; //$stripHtml(field.label)
};
};
const getStyle = function (field, record) {
let stop = false;