This commit is contained in:
zhouzy062 2024-02-29 15:51:29 +08:00
parent dd91266e73
commit 4ea4c1f81b
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
<el-button <el-button
size="mini" size="mini"
type="info" type="info"
v-if="scope.row.taskStatus==101" v-if="scope.row.taskStatus==101&&(scope.row.applyStatus=='2'||scope.row.applyStatus=='4')"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
>驳回提交</el-button> >驳回提交</el-button>
<el-button <el-button