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.

17 lines
991 B

<navigationBar title="审核详情"></navigationBar>
<view class="report-info-container">
<view class="card-col-1">
<yinput onlyRead padding="6px" label="工号:" Value="{{id}}" />
<yinput onlyRead padding="6px" label="姓名:" Value="{{name}}" />
</view>
<yinput onlyRead padding="6px" label="手机号:" Value="{{phone}}" />
<yinput onlyRead padding="6px" label="类型:" Value="{{reportType}}" />
<yinput onlyRead padding="6px" label="状态:" Value="{{reportStatus}}" />
<yinput onlyRead padding="6px" label="校内居住地:" Value="{{phone}}" />
<yinput onlyRead padding="6px" label="校外居住地:" Value="{{outerLocation}}" />
<yinput onlyRead padding="6px" label="事由:" Value="{{reason}}" />
</view>
<view class="submit-button">
<ybutton bindtap="onPass" class="button-item" lineHeight="50px" title="通过" bgColor="var(--color-primary)" />
<ybutton bindtap="onDeny" class="button-item" lineHeight="50px" title="拒绝" bgColor="#BB4338" />
</view>