Browse Source

bug修改

master
z_yu 2 years ago
parent
commit
5f8e0a029b
  1. 4
      src/views/components/category/PreviewForm.vue

4
src/views/components/category/PreviewForm.vue

@ -16,7 +16,7 @@
:style="{ width: item.editLength+'px'}" :style="{ width: item.editLength+'px'}"
:disabled="isDisabled" :disabled="isDisabled"
:validate-event="!isDisabled" :validate-event="!isDisabled"
no-options-text="无数据"
no-options-text="无数据"
@select="selectTree" @select="selectTree"
@open="openTree(item)" @open="openTree(item)"
> >
@ -34,7 +34,7 @@ no-options-text="无数据"
:disabled="isDisabled" :disabled="isDisabled"
:validate-event="!isDisabled" :validate-event="!isDisabled"
@keyup.enter.native="isRepeatHandle(item)" @keyup.enter.native="isRepeatHandle(item)"
@input="autoAddZero(item.isFilling, item.fieldName, addOrUpdateForm[item.fieldName], item.fillingDigit)"
@input="autoAddZero(item.isFilling, item.fieldName, addOrUpdateForm[item.fieldName], item.fillingDigit)"
@blur="isRepeatHandle(item)" @blur="isRepeatHandle(item)"
> >
<i v-if="item.isInputClass === 'popover'" slot="suffix" class="el-input__icon iconfont icon-weibiaoti-2" @click="handleCurrentFieldName(item)" /> <i v-if="item.isInputClass === 'popover'" slot="suffix" class="el-input__icon iconfont icon-weibiaoti-2" @click="handleCurrentFieldName(item)" />

Loading…
Cancel
Save