eztech-core-components 1.0.74 → 1.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/comps/CorePdfDialog.vue +1 -1
- package/package.json +1 -1
- package/utils/table-helper.js +1 -1
package/comps/CorePdfDialog.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<el-dialog :visible.sync="visible" :title="pdfTitle" width="900px" class="dialog-pdf">
|
|
2
|
+
<el-dialog :visible.sync="visible" :title="pdfTitle" width="900px" class="dialog-pdf" append-to-body>
|
|
3
3
|
<div v-if="loading" class="bg-[#525659] px-20 h-[900px] flex items-center justify-center text-slate-200 text-lg font-medium gap-2">
|
|
4
4
|
<i class="el-icon-loading" /> Түр хүлээнэ үү..
|
|
5
5
|
</div>
|
package/package.json
CHANGED
package/utils/table-helper.js
CHANGED
|
@@ -1575,7 +1575,7 @@ export const getAsyncData = async ({
|
|
|
1575
1575
|
'expert_id'
|
|
1576
1576
|
]
|
|
1577
1577
|
const searchAllStringFields = [
|
|
1578
|
-
'position_id'
|
|
1578
|
+
'position_id', 'organization_id'
|
|
1579
1579
|
]
|
|
1580
1580
|
conf.columns = getColumns(col.columns, parentKeys.concat(col.col_field), parentFields[col.col_field] || {})
|
|
1581
1581
|
const showChildColumn = conf.columns?.filter(c => !c.tableHidden && !['color', 'is_ping', 'code'].includes(c.col_field))
|