|
@ -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 @@ |
|
|
: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)" /> |
|
@ -482,5 +482,8 @@ export default { |
|
|
padding-left: 15px; |
|
|
padding-left: 15px; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
::v-deep .el-form-item--small .el-form-item__content { |
|
|
|
|
|
line-height: 30px; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |