|
|
@ -514,9 +514,9 @@ const judgeIsEdit = (key: string) => { |
|
|
<span :style="getFormItemLableStyle(configStyle)">{{ getLabel(data.item) }}</span> |
|
|
<span :style="getFormItemLableStyle(configStyle)">{{ getLabel(data.item) }}</span> |
|
|
<Tooltips :content="config.help" /> |
|
|
<Tooltips :content="config.help" /> |
|
|
</template> |
|
|
</template> |
|
|
<template #label v-else> |
|
|
<!-- <template #label v-else> |
|
|
<span :style="getFormItemLableStyle(configStyle)" >{{ getLabel(data.item) }}</span> |
|
|
<span :style="getFormItemLableStyle(configStyle)" >{{ getLabel(data.item) }}</span> |
|
|
</template> |
|
|
</template> --> |
|
|
<!-- {{ data.type }} --> |
|
|
<!-- {{ data.type }} --> |
|
|
<!--关联表单--> |
|
|
<!--关联表单--> |
|
|
<component |
|
|
<component |
|
|
|