|
@@ -113,15 +113,15 @@
|
|
|
type="text"
|
|
|
icon="el-icon-document"
|
|
|
@click="handleDetails(scope.row)"
|
|
|
- v-hasPermi="configPermi.edit"
|
|
|
+ v-hasPermi="configPermi.details"
|
|
|
>详情</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-coordinate"
|
|
|
v-if="scope.row.status == 0"
|
|
|
- @click="refundAuditFun(scope.row,)"
|
|
|
- v-hasPermi="['refundMr:refundMr:delete']"
|
|
|
+ @click="refundAuditFun(scope.row)"
|
|
|
+ v-hasPermi="configPermi.refund"
|
|
|
>审核</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -165,6 +165,7 @@ export default {
|
|
|
edit: [''], // 编辑权限
|
|
|
upload: [''],// 导入权限
|
|
|
export: ['financialManagement:ticketRefundOrder:export'],// 导出权限
|
|
|
+ refund: ['financialManagement:ticketRefundOrder:refund']
|
|
|
},
|
|
|
configUrl: {
|
|
|
list: '/order/orderRefund/pageList', // 列表地址
|