Commit 87d83e4e by YuleiLan

fix bug.

parent 22650f2a
<template>
<el-form-item
:label-width="!widget.options.labelWidthStatus?widgetLabelWidth + 'px': '0px'"
:label="widget.type==='divider' || widget.options.labelWidthStatus?'':widget.name"
:label-width="widget.options.labelWidthStatus?widgetLabelWidth + 'px': '0px'"
:label="widget.type==='divider' || !widget.options.labelWidthStatus?'':widget.name"
:prop="widget.model"
>
<template v-if="preview">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment