This commit is contained in:
Viet An
2026-07-06 11:25:42 +07:00
parent f72af58d78
commit be0be49454
22 changed files with 301 additions and 391 deletions

View File

@@ -184,7 +184,7 @@ if (!Array.isArray(pagedata.tablesetting)) {
const getDetail = (code) => tablesetting.find((v) => v.code === code)?.detail || "";
const errors = ref([]);
let radioNote = "no";
var tablesetting = pagedata.tablesetting;
let tablesetting = pagedata.tablesetting;
let found = getDetail("note");
if (found !== "@") radioNote = "yes";