采购订单 列表页订单状态控制

采购订单 列表页订单状态控制
pull/4/head
siontion 8 months ago
parent 7a824573ee
commit 46b1e5c28b

@ -100,7 +100,7 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" fixed="right" min-width="180"> <el-table-column label="操作" align="center" fixed="right" min-width="180">
<template #default="scope"> <template #default="scope">
<el-button link type="primary" @click="openForm('edit', scope.row.id)"> <el-button link type="primary" @click="openForm('edit', scope.row.id)" v-if="scope.row.status == 1 || scope.row.status == 4">
编辑 编辑
</el-button> </el-button>
<el-button link type="primary" @click="openForm('detail', scope.row.id)"> <el-button link type="primary" @click="openForm('detail', scope.row.id)">

Loading…
Cancel
Save