纸通宝SAAS仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
864 B

<!--pages/enterprise/index/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content" style="color:black;font-size:36rpx">我的企业</view>
</cu-custom>
<view class="bg-white" style="padding:60rpx 30rpx 40rpx 30rpx">
<view class="flex flex-justify">
<text style="color:black;font-size:40rpx;">{{userInfo.realName}}</text>
<van-tag plain round type="primary" wx:if="{{userInfo.position == 'ADMINISTRATOR'}}">管理员</van-tag>
</view>
<view style="color:black;font-size:30rpx;margin-top:16rpx">{{userInfo.enterpriseName}}</view>
</view>
<view style="height:24rpx"></view>
<van-cell title="企业员工" is-link url="/pages/enterprise/employee/index" />
<!-- <van-cell title="企业设备" is-link url="/pages/enterprise/device/index" /> -->
<van-cell title="地址管理" is-link url="/pages/enterprise/address/index" />