|
@@ -45,7 +45,7 @@
|
|
|
<el-button
|
|
|
type="danger"
|
|
|
@click="handleRefund(scope.row)"
|
|
|
- v-hasPermi="['order:refund']"
|
|
|
+ v-hasPermi="['activities:order:refund']"
|
|
|
round
|
|
|
>发起退款</el-button
|
|
|
>
|
|
@@ -143,17 +143,4 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style>
|
|
|
-.jihuoma {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- font-size: 30px;
|
|
|
-}
|
|
|
-.el-table .warning-row {
|
|
|
- background: rgb(228, 213, 187);
|
|
|
-}
|
|
|
-
|
|
|
-.el-table .success-row {
|
|
|
- background: #cde6bf;
|
|
|
-}
|
|
|
</style>
|