@@ -18,7 +18,7 @@
<!-- 操作列 -->
<template v-slot:action="{ row }">
<el-link
- v-if="row.orderStatus == 3 && row.createUserId == userId"
+ v-if="row.orderStatus == 3 && row.requestUserId == userId"
type="primary"
:underline="false"
icon="el-icon-edit"