Files
mwims-mini-program/mwims-tool-app/unpackage/dist/dev/mp-weixin/pages/about/home.wxml
T

1 line
1.2 KiB
Plaintext

<view><scroll-view class="page" scroll-y="{{true}}"><cu-custom vue-id="fbd16d28-1" bgColor="bg-cyan" bind:__l="__l" vue-slots="{{['content']}}"><view slot="content">人员列表</view></cu-custom><view class="cu-bar bg-white solid-bottom"><view class="action"><text class="cuIcon-title text-green" style="color:#2CC9EA;"></text><text style="color:#B4B4C3;">人员列表</text></view></view><view class="cu-list menu-avatar" style="margin-top:5px;"><block wx:for="{{toolUserList}}" wx:for-item="value" wx:for-index="index" wx:key="index"><view class="cu-item"><view class="cu-avatar round lg" style="background-image:url(https://mwapi.opmonitor.com/static/image/avatar.png);"></view><view class="content"><view class="text-grey text-sm flex"><text style="width:100px;">{{value.name}}</text><text style="margin-left:5%;width:150px;font-family:Montserrat-Regular;font-weight:bold;color:red;">{{value.userCode}}</text></view><view class="text-grey text-sm flex"><text class="cuIcon-locationfill text-red margin-right-xs"></text><text style="width:90px;">{{value.department}}</text></view></view><view class="action"><view class="text-grey text-xs">{{value.created_at}}</view></view></view></block></view></scroll-view></view>