|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="page-header-index-wide">
|
|
|
- <div v-if="roleCode == 'operator'">
|
|
|
+ <div v-if="roleCode == 'operator' || roleCode == 'touTiaoOperationManager'">
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
|
|
|
<chart-card :loading="loading" title="总销售额" total="¥126,560">
|
|
@@ -145,6 +145,7 @@
|
|
|
</div>
|
|
|
|
|
|
<statistics v-else-if="roleCode == 'kuaishouOperationManager'" />
|
|
|
+
|
|
|
<statistics v-else-if="roleCode == 'admin'" />
|
|
|
<Workbench v-else-if="roleCode == 'clip'" />
|
|
|
<Workbench v-else-if="roleCode == 'plane'" />
|