剩余模块:生产退料
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<!-- 根据uni-app的input组件文档,H5和APP中只要声明了password参数(无论true还是false),type均失效,此时
|
||||
为了防止type=number时,又存在password属性,type无效,此时需要设置password为undefined
|
||||
-->
|
||||
<input ref="input-native" id="myFocusKeeperInput" :inputmode="inputmode"
|
||||
<input ref="input-native" id="myFocusKeeperInput"
|
||||
class="u-input__content__field-wrapper__field upinputRef" :style="[inputStyle]" :type="type"
|
||||
:focus="focus" :cursor="cursor" :value="innerValue" :auto-blur="autoBlur"
|
||||
:disabled="disabled || readonly" :maxlength="maxlength" :placeholder="placeholder"
|
||||
@@ -115,7 +115,7 @@
|
||||
// value绑定值的变化是由内部还是外部引起的
|
||||
changeFromInner: false,
|
||||
// 过滤处理方法
|
||||
innerFormatter: value => value
|
||||
innerFormatter: value => value,
|
||||
};
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user