This commit is contained in:
bb_pan 2025-06-03 14:37:34 +08:00
parent 73e7caebf9
commit 02334dcdff
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
style="margin-bottom: 10px"
type="primary"
@click="handleUpdate(scope.row)"
v-if="scope.row.taskStatus != 4"
v-if="scope.row.taskStatus == 1"
v-hasPermi="['purchase:info:edit']"
>
编辑

View File

@ -93,7 +93,7 @@
style="margin-bottom: 10px"
type="primary"
@click="handleUpdate(scope.row)"
v-if="scope.row.taskStatus != 4"
v-if="scope.row.taskStatus == 1"
v-hasPermi="['purchase:info:edit']"
>
出库