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
1.1 KiB

<navigationBar title="审核详情"></navigationBar>
<view class="report-info-container">
<view class="card-col-1">
<yinput onlyRead padding="6px" label="工号:" defaultValue="{{teacher.teacherID}}" />
<yinput onlyRead padding="6px" label="姓名:" defaultValue="{{teacher.name}}" />
</view>
<yinput onlyRead padding="6px" label="手机号:" defaultValue="{{teacher.mobile}}" />
<yinput onlyRead padding="6px" label="类型:" defaultValue="{{ioRecordType[ioRecord.ioType]}}" />
<yinput onlyRead padding="6px" label="状态:" defaultValue="{{ioRecordStatus[ioRecord.status]}}" />
<yinput onlyRead padding="6px" label="校内居住地:" defaultValue="{{ioRecord.innerResidence}}" />
<yinput onlyRead padding="6px" label="校外居住地:" defaultValue="{{ioRecord.outerResidence}}" />
<yinput onlyRead padding="6px" label="事由:" defaultValue="{{ioRecord.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>