|
@@ -113,7 +113,11 @@ const baTable = new baTableClass(
|
|
|
comSearchRender: 'localSelect',
|
|
|
local: localSelect.INS_TYPE_LIST, },
|
|
|
// { label: t('institution.institution.parent_institution_name'), prop: 'parentInstitution.name', align: 'center', render: 'tags', operator: 'LIKE' },
|
|
|
- { comSearchWeight: 50, comSearchLabel: t('institution.institution.parent_institution_name'), showOverflowTooltip: true, label: t('institution.institution.parent_institution_name'), prop: 'parentInstitution.name', width: 135, align: 'center', operator: 'LIKE', sortable: 'custom' },
|
|
|
+ { comSearchWeight: 50, comSearchLabel: t('institution.institution.parent_institution_name'), showOverflowTooltip: true, label: t('institution.institution.parent_institution_name'), prop: 'parentInstitution.name', width: 135, align: 'center', operator: 'LIKE', sortable: 'custom',
|
|
|
+ formatter(row, column, cellValue, index) {
|
|
|
+ return row.parentinstitution__name
|
|
|
+ }
|
|
|
+ },
|
|
|
{ comSearchWeight: 100, comSearchLabel: t('institution.institution.port_empower'), showOverflowTooltip: true, label: t('institution.institution.port_empower'), prop: 'port_empower', width: 120, align: 'center', operator: false, sortable: 'custom' },
|
|
|
{ comSearchWeight: 100, comSearchLabel: t('institution.institution.address'), showOverflowTooltip: true, label: t('institution.institution.address'), prop: 'address', width: 120, align: 'center', operator: false, sortable: 'custom' },
|
|
|
{ comSearchWeight: 150, comSearchLabel: t('institution.institution.area'), showOverflowTooltip: true, label: t('institution.institution.area'), prop: 'area', width: 110, align: 'center', sortable: 'custom',
|