Commit 0bd893e2 authored by jiacheng.mao's avatar jiacheng.mao

我的合同界面,[合同签订]按钮权限 开放给经销商

parent ac8bf765
......@@ -23,7 +23,7 @@
<img src="@/assets/myInfo/unSign.png" >
<span>融租方案确认</span>
</div>
<div v-if="['TENANT', 'GUTA'].includes(user_bp_type)" class="contract-item" @click="goCarConfirm()">
<div v-if="['TENANT', 'GUTA', 'AGENT'].includes(user_bp_type)" class="contract-item" @click="goCarConfirm()">
<p v-if="carCount > 0" :class="{'content-wrap-class-width':carCount > 99, 'content-wrap-class':carCount < 99}">{{ carCount > 99 ? '99+' : carCount }}</p>
<img src="@/assets/myInfo/carConfirm.png" >
<span>合同签订</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment