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.
14 lines
604 B
14 lines
604 B
<navigationBar onlyStations title="教师进出校管理系统">
|
|
</navigationBar>
|
|
<view>
|
|
<view class="banner">
|
|
<image src="/asset/banenr.png"></image>
|
|
</view>
|
|
<view class="btn-list">
|
|
<button wx:if="{{role > 4}}" bindtap="onEnterReport">进校报备</button>
|
|
<button wx:if="{{role > 4}}" bindtap="onOuterReport">出校报备</button>
|
|
<button wx:if="{{role > 6}}" bindtap="onAuditReport">报备审核</button>
|
|
<button wx:if="{{role > 4}}" bindtap="onMyReport">我的报备</button>
|
|
<button wx:if="{{role == 2}}" bindtap="onScanValid">进出校核验</button>
|
|
</view>
|
|
</view> |