This commit is contained in:
parent
4cff4fadce
commit
ad2f8f7b79
|
|
@ -347,7 +347,7 @@
|
||||||
>
|
>
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<el-input-number
|
<el-input-number
|
||||||
v-if="row.status == 0 || row.status == 3"
|
v-if="(row.status == 0 || row.status == 3) && showHandle"
|
||||||
v-model="row.inputNum"
|
v-model="row.inputNum"
|
||||||
:controls="false"
|
:controls="false"
|
||||||
:min="1"
|
:min="1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue