This commit is contained in:
Viet An
2026-06-01 10:17:47 +07:00
parent 5e958e4166
commit a39a8b3d43
10 changed files with 33 additions and 33 deletions

View File

@@ -539,7 +539,7 @@ function fieldList() {
component: "datatable/TableOption",
vbind: { pagename: props.pagename },
title: "Danh sách cột",
width: "50%",
width: "75%",
height: "630px",
};
}
@@ -606,7 +606,7 @@ const changeTab = function (v) {
const saveSetting = function () {
showmodal.value = {
component: "datatable/MenuSave",
vbind: { pagename: props.pagename, classify: 4 },
vbind: { pagename: props.pagename, classify: "data-field" },
title: "Lưu thiết lập",
width: "500px",
height: "auto",