|
@@ -35,7 +35,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
<template v-if="item.attrType == 'inputNumber'">
|
|
<template v-if="item.attrType == 'inputNumber'">
|
|
|
<el-row class="flex a-c">
|
|
<el-row class="flex a-c">
|
|
|
- <template v-if="item.operator == '1' || item.operator == null">
|
|
|
|
|
|
|
+ <template v-if="['1','6',null].includes(item.operator)">
|
|
|
<el-col :span="11">
|
|
<el-col :span="11">
|
|
|
<el-input-number v-model="item.min" :disabled="disabled" style="width: 100%;"></el-input-number>
|
|
<el-input-number v-model="item.min" :disabled="disabled" style="width: 100%;"></el-input-number>
|
|
|
</el-col>
|
|
</el-col>
|