This commit is contained in:
bb_pan 2025-12-18 15:45:49 +08:00
parent 4cff4fadce
commit ad2f8f7b79
1 changed files with 1 additions and 1 deletions

View File

@ -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"