变更
This commit is contained in:
parent
dc47628c71
commit
f249a057f6
|
@ -32,8 +32,8 @@
|
|||
</el-table-column>
|
||||
<el-table-column label="操作" width="200">
|
||||
<template #default="scope">
|
||||
<el-button type="success" @click="editShow(scope.$index, scope.row,0)">详情</el-button>
|
||||
<el-button type="success" @click="editShow(scope.$index, scope.row,1)">修改</el-button>
|
||||
<el-button type="success" @click="editShow(scope.$index, scope.row,0)">订单详情</el-button>
|
||||
<el-button type="success" @click="editShow(scope.$index, scope.row,1)">状态修改</el-button>
|
||||
<!-- <el-popconfirm class="ml-5" confirm-button-text='确定' cancel-button-text='取消' icon="InfoFilled" icon-color="red"-->
|
||||
<!-- title="是否确认删除" @confirm="Delete(scope.row.id)" width=180>-->
|
||||
<!-- <template #reference>-->
|
||||
|
|
Loading…
Reference in New Issue
Block a user