|
@@ -44,7 +44,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" @click="getDetail(scope.row.id, true)">查看</el-button>
|
|
|
<el-button type="text" @click="getDetail(scope.row.id)"
|
|
|
- v-hasPermi="['operation: feedbacklist: reply']">回复</el-button>
|
|
|
+ v-hasPermi="['operation:feedbacklist:reply']">回复</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|