|
@@ -9,7 +9,7 @@
|
|
|
<van-cell is-link title="展会管理" @click="$router.push({ path: '/userCenter/dock/index' })" />
|
|
|
</span>
|
|
|
<span v-else>
|
|
|
- <span v-if="user.role == '3'">
|
|
|
+ <span v-if="user.role == '0'">
|
|
|
<van-cell is-link title="用户管理" @click="$router.push({ path: '/adminCenter/user/index' })" />
|
|
|
<van-cell is-link title="对接会管理" @click="$router.push({ path: '/adminCenter/duijiehui/index' })" />
|
|
|
<van-cell is-link title="产品供求审核管理" @click="$router.push({ path: '/adminCenter/enterpriseProduct/index' })" />
|
|
@@ -31,7 +31,7 @@
|
|
|
@click="$router.push({ path: '/adminCenter/transaction/index' })"
|
|
|
/>
|
|
|
</span>
|
|
|
- <span v-else-if="user.role == '0'">
|
|
|
+ <span v-else-if="user.role == '3'">
|
|
|
<van-cell is-link title="展会管理" @click="$router.push({ path: '/dockCenter/dockInfo/index' })" />
|
|
|
<van-cell is-link title="申请管理" @click="$router.push({ path: '/dockCenter/applyInfo/index' })" />
|
|
|
<van-cell is-link title="VIP用户" @click="$router.push({ path: '/dockCenter/vipInfo/index' })" />
|