|
@@ -14,7 +14,8 @@
|
|
|
<i :class="'iconfont icon-yiwen'"></i>
|
|
|
</el-tooltip>
|
|
|
</el-space>
|
|
|
- <span>{{ `${_formOptions.labelSuffix}` }}</span>
|
|
|
+ <span v-if="item.hideLabelSuffix">{{ `${item.hideLabelSuffix ? '' : ':'}` }}</span>
|
|
|
+ <span v-else>{{ `${_formOptions.labelSuffix}` }}</span>
|
|
|
</template>
|
|
|
<template v-if="item.compOptions.elTagName === 'slot'">
|
|
|
<slot :name="item.prop" :form-model="formModel"></slot>
|