Commit 8d6242c4 authored by huyufeng's avatar huyufeng

订单关联bug

parent 85afff27
......@@ -69,7 +69,7 @@
</el-table-column>
<el-table-column label="操作">
<template v-slot:default='scope'>
<el-button type="text" @click ="guanlianOrderByOrderId(scope.row.orderId)">
<el-button type="text" @click ="guanlianOrderByOrderId(scope.row.relateOrderId)">
移出
</el-button>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment