瀏覽代碼

Revert "修复表单子表单字段描述不显示问题"

This reverts commit 96af26879443b27d20df65f99b081c0c3ebadade.
shenqilong 1 年之前
父節點
當前提交
acb8625c12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/business/platform/form/formrender/dynamic-form/dynamic-form-table.vue

+ 1 - 1
src/business/platform/form/formrender/dynamic-form/dynamic-form-table.vue

@@ -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'||descPosition === 'inline')" type="tooltip" :content="$utils.formatText(column.desc)" />
+                                    <ibps-help v-if="column && column.desc && descPosition === 'lableIcon'" type="tooltip" :content="$utils.formatText(column.desc)" />
                                 </template>
                                 <template slot-scope="scope">
                                     <template v-if="copDataModelCont && copDataModelCont.length > 0 && dynamicShow">