|
@@ -63,6 +63,7 @@
|
|
v-model:param="scope.row.value"
|
|
v-model:param="scope.row.value"
|
|
:default-error-msg="'请输入' + scope.row.name"
|
|
:default-error-msg="'请输入' + scope.row.name"
|
|
link="number"
|
|
link="number"
|
|
|
|
+ :decimal="scope.row.type == 'Double' ? 2 : 0"
|
|
:placeholder="'推荐值:' + scope.row.recommendValue"
|
|
:placeholder="'推荐值:' + scope.row.recommendValue"
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|