1
@@ -195,7 +195,7 @@
</auth>
<auth auths="/liveBlackList">
<el-button type="text" @click="gotoBuylist(scope.row)"
- >购买商品</el-button
+ >订单详情</el-button
>
</div>
@@ -2,7 +2,7 @@
<div>
<el-dialog
width="1000px"
- title="购买商品"
+ title="订单详情"
:visible.sync="lookVisible"
:before-close="onClose"
append-to-body