|
|
@@ -55,7 +55,7 @@
|
|
|
>
|
|
|
<template slot="header">
|
|
|
{{ $utils.isNotEmpty(column.field_options.units) ? column.label + '(' + column.field_options.units + ')' : column.label }}
|
|
|
- <ibps-help v-if="column && column.desc && descPosition === 'lableIcon'" type="tooltip" :content="$utils.formatText(column.desc)" />
|
|
|
+ <ibps-help v-if="column && column.desc && (descPosition === 'lableIcon'||descPosition === 'inline')" type="tooltip" :content="$utils.formatText(column.desc)" />
|
|
|
</template>
|
|
|
<template slot-scope="scope">
|
|
|
<template v-if="copDataModelCont && copDataModelCont.length > 0 && dynamicShow">
|