+
- {{ scope.row.resultOperation === 0 ? '且' : '或' }}
+ {{ scope.row.resultOperation === 0 ? "且" : "或" }}
- {{ scope.row.ruleOperation === 0 ? '且' : '或' }}
+ {{ scope.row.ruleOperation === 0 ? "且" : "或" }}
@@ -206,6 +206,8 @@
class="number-input"
v-model.trim="scope.row.value2"
:disabled="isView || scope.row.isDisabled"
+ onkeyup="value=this.value.replace(/\D+/g,'')"
+ oninput="value=value.replace(/[^0-9.]/g,'')"
type="number"
min="1"
size="mini"
@@ -231,79 +233,86 @@