@@ -162,7 +162,6 @@
<el-table-column label="操作" width="200" align="center" fixed="right">
<template #default="scope">
<el-button link type="primary" @click="handleDetail(scope.row)">删除</el-button>
- <el-button link type="primary" @click="handleOrderDetail(scope.row)">订单明细</el-button>
</template>
</el-table-column>
</el-table>