提交 b0cff3b1 编写于 作者: KK's avatar KK

item 调整

上级 d812e51f
......@@ -10,7 +10,7 @@
<div :style="contentStyle" style="display: flex;align-items: center;">
<slot></slot>
</div>
<div class="prompt_text">{{errorText}}</div>
<div class="prompt_text">{{error}}</div>
</template>
<template v-if="labelPos == 'TOP'">
<ion-label
......@@ -20,11 +20,11 @@
v-if="isShowCaption && labelWidth > 0"
>{{isEmptyCaption ? '' : caption}}</ion-label>
<slot></slot>
<div class="prompt_text">{{errorText}}</div>
<div class="prompt_text">{{error}}</div>
</template>
<template v-if="labelPos == 'RIGHT' ">
<slot></slot>
<div class="prompt_text_right">{{errorText}}</div>
<div class="prompt_text_right">{{error}}</div>
<ion-label :class="required?requiredStyle:notRequiredStyle" :style="{minWidth:labelWidth+'px'}" v-if="isShowCaption && labelWidth > 0">{{isEmptyCaption ? '' : caption}}</ion-label>
</template>
<template v-if="labelPos == 'NONE'" >
......@@ -83,7 +83,7 @@ export default class AppFormItem extends Vue {
*/
@Watch('itemValue')
onItemValueChange() {
this.validateRules();
// this.validateRules();
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册