|
@@ -78,7 +78,7 @@
|
|
|
<Iconfont icon="g-icon-sign">签约账户</Iconfont>
|
|
<Iconfont icon="g-icon-sign">签约账户</Iconfont>
|
|
|
</template>
|
|
</template>
|
|
|
</Cell>
|
|
</Cell>
|
|
|
- <Cell is-link :to="{ name: 'account-protocol', query: { memberUserId: getMemberUserId()} }" v-if="authStatus === AuthStatus.Certified">
|
|
|
|
|
|
|
+ <Cell is-link :to="{ name: 'account-protocol', query: { memberUserId: getMemberUserId()} }" v-if="userStore.userType != 2 && authStatus === AuthStatus.Certified">
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-sign">合同签署</Iconfont>
|
|
<Iconfont icon="g-icon-sign">合同签署</Iconfont>
|
|
|
</template>
|
|
</template>
|