|
@@ -12,33 +12,25 @@
|
|
|
<!-- <el-tab-pane
|
|
|
label="服务续费"
|
|
|
lazy
|
|
|
- v-if="permission('/teamBaseInfo')"
|
|
|
+ v-if="permission('/serviceRenew')"
|
|
|
name="1"
|
|
|
>
|
|
|
</el-tab-pane> -->
|
|
|
<el-tab-pane
|
|
|
label="云教室充值"
|
|
|
lazy
|
|
|
- v-if="permission('/teamBaseInfo')"
|
|
|
+ v-if="permission('/cloudRecharge')"
|
|
|
name="2"
|
|
|
>
|
|
|
<cloud-recharge v-if="activeIndex == 2" />
|
|
|
</el-tab-pane>
|
|
|
- <!-- <el-tab-pane
|
|
|
- label="云教室时长包"
|
|
|
- lazy
|
|
|
- v-if="permission('/teamBaseInfo')"
|
|
|
- name="1"
|
|
|
- >
|
|
|
- </el-tab-pane> -->
|
|
|
</tab-router>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
import cloudRecharge from '@/views/productService/components/cloudRecharge'
|
|
|
-import { permission } from "@/utils/directivePage";
|
|
|
-import { getTeamBaseInfo } from "@/api/buildTeam";
|
|
|
+import { permission } from "@/utils/directivePage";\
|
|
|
import { musicGroupType } from "@/constant";
|
|
|
// forecastName,
|
|
|
export default {
|