แก้ แสดง สังกัด

This commit is contained in:
setthawutttty 2025-03-20 16:58:30 +07:00
parent 708170a2e5
commit fcaf891197
17 changed files with 93 additions and 83 deletions

View file

@ -29,7 +29,6 @@ const {
success,
onSearchDataTable,
dialogRemove,
textTranForm,
} = mixin;
const modal = ref<boolean>(false);
@ -105,9 +104,11 @@ const columns = ref<QTableProps["columns"]>([
field: "organizationPositionOld",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
format(val, row) {
return `${row.organizationPositionOld.replace(/\n/g, " ")}`;
},
// copy
// format(val, row) {
// return `${row.organizationPositionOld.replace(/\n/g, " ")}`;
// },
},
{
name: "createdAt",
@ -380,7 +381,7 @@ onMounted(async () => {
>
{{
props.row.organizationPositionOld
? textTranForm(props.row.organizationPositionOld)
? props.row.organizationPositionOld
: "-"
}}
</div>

View file

@ -29,7 +29,6 @@ const {
success,
onSearchDataTable,
dialogRemove,
textTranForm,
} = mixin;
const modal = ref<boolean>(false);
@ -105,9 +104,11 @@ const columns = ref<QTableProps["columns"]>([
field: "organizationPositionOld",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
format(val, row) {
return `${row.organizationPositionOld.replace(/\n/g, " ")}`;
},
// copy
// format(val, row) {
// return `${row.organizationPositionOld.replace(/\n/g, " ")}`;
// },
},
{
name: "createdAt",
@ -386,7 +387,7 @@ onMounted(async () => {
>
{{
props.row.organizationPositionOld
? textTranForm(props.row.organizationPositionOld)
? props.row.organizationPositionOld
: "-"
}}
</div>