แก้ แสดง สังกัด
This commit is contained in:
parent
708170a2e5
commit
fcaf891197
17 changed files with 93 additions and 83 deletions
|
|
@ -52,7 +52,6 @@ const {
|
|||
hideLoader,
|
||||
date2Thai,
|
||||
onSearchDataTable,
|
||||
textTranForm,
|
||||
} = mixin;
|
||||
|
||||
/** คอลัมน์ */
|
||||
|
|
@ -106,9 +105,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",
|
||||
|
|
@ -263,7 +264,7 @@ watchEffect(() => {
|
|||
<div v-else-if="col.name == 'org'" class="text-html">
|
||||
{{
|
||||
props.row.organizationPositionOld
|
||||
? textTranForm(props.row.organizationPositionOld)
|
||||
? props.row.organizationPositionOld
|
||||
: "-"
|
||||
}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue