|
@@ -2,7 +2,7 @@
|
|
<div class='m-container'>
|
|
<div class='m-container'>
|
|
<!-- <h2>收费类型设置</h2> -->
|
|
<!-- <h2>收费类型设置</h2> -->
|
|
<div class="m-core">
|
|
<div class="m-core">
|
|
- <div class='newBand' v-permission="'chargeType/upSet'"
|
|
|
|
|
|
+ <div class='newBand' v-permission="'musicGroupOrganizationCourseSettings/add'"
|
|
@click="openTypes('create')">添加</div>
|
|
@click="openTypes('create')">添加</div>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<div class="tableWrap">
|
|
<div class="tableWrap">
|
|
@@ -15,7 +15,7 @@
|
|
<el-table-column align='center'
|
|
<el-table-column align='center'
|
|
label="操作">
|
|
label="操作">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-button @click="openTypes('update', scope.row)" v-permission="'chargeType/upSet'"
|
|
|
|
|
|
+ <el-button @click="openTypes('update', scope.row)" v-permission="'musicGroupOrganizationCourseSettings/update'"
|
|
type="text">修改</el-button>
|
|
type="text">修改</el-button>
|
|
<el-button slot="reference" v-permission="'chargeType/del'"
|
|
<el-button slot="reference" v-permission="'chargeType/del'"
|
|
@click="onTypesDel(scope.row)"
|
|
@click="onTypesDel(scope.row)"
|