创建项目接口修改
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<uni-icons type="forward" color="#aaa" size="20"></uni-icons>
|
||||
</view>
|
||||
<view class="mine-nav" @click="jump('gc')"
|
||||
v-if="userInfo.role == 4 || userInfo.role == 3 ">
|
||||
v-if=" userInfo.role == 3 ">
|
||||
<image mode="aspectFill" class="mine-nav-icon" src="/static/project.png" />
|
||||
<view class="mine-nav-label">工程管理</view>
|
||||
<uni-icons type="forward" color="#aaa" size="20"></uni-icons>
|
||||
@@ -91,10 +91,10 @@ export default {
|
||||
roleName = '工程'
|
||||
break
|
||||
case 4:
|
||||
roleName = '主用户'
|
||||
roleName = '普通用户'
|
||||
break
|
||||
case 5:
|
||||
roleName = '子用户'
|
||||
roleName = '普通用户'
|
||||
break
|
||||
case 6:
|
||||
roleName = '游客'
|
||||
|
||||
Reference in New Issue
Block a user