创建项目接口修改

This commit is contained in:
仲么了
2023-05-24 08:58:48 +08:00
parent ff2fd537ec
commit cca66bab21
10 changed files with 511 additions and 449 deletions

View File

@@ -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 = '游客'