src/views/salesManagement/salesQuotation/index.vue
@@ -77,7 +77,7 @@ <el-table-column label="操作" width="250" fixed="right" align="center"> <template #default="scope"> <el-button link type="primary" @click="handleEdit(scope.row)" :disabled="!['待审批','拒绝'].includes(scope.row.status)">编辑 >编辑 </el-button> <el-button link type="primary" @click="handleView(scope.row)" style="color: #67C23A">查看</el-button> <el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button>