|
|
|
|
@ -10,19 +10,19 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="report-info-container"> |
|
|
|
|
<view class="card-col-1"> |
|
|
|
|
<yinput onlyRead padding="3px" label="工号:" defaultValue="{{ioRecord.teacherID}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="姓名:" defaultValue="{{ioRecord.teacherID}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="工号:" value="{{ioRecord.teacherID}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="姓名:" value="{{ioRecord.teacherID}}" /> |
|
|
|
|
</view> |
|
|
|
|
<yinput onlyRead padding="3px" label="手机号:" defaultValue="{{ioRecord.mobile?ioRecord.mobile:'无'}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="手机号:" value="{{ioRecord.mobile?ioRecord.mobile:'无'}}" /> |
|
|
|
|
<view class="card-col-1"> |
|
|
|
|
<yinput onlyRead padding="3px" label="类型:" defaultValue="{{ioRecord.ioType}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="类型:" value="{{ioRecordType[ioRecord.ioType]}}" /> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="card-col-1"> |
|
|
|
|
<yinput onlyRead padding="3px" label="状态:" defaultValue="{{ioRecord.status}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="状态:" value="{{ioRecordStatus[ioRecord.status]}}" /> |
|
|
|
|
</view> |
|
|
|
|
<yinput onlyRead padding="3px" label="校内居住地:" defaultValue="{{ioRecord.innerResidence}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="校外居住地:" defaultValue="{{ioRecord.outerResidence}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="事由:" defaultValue="{{ioRecord.reason}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="校内居住地:" value="{{ioRecord.innerResidence}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="校外居住地:" value="{{ioRecord.outerResidence}}" /> |
|
|
|
|
<yinput onlyRead padding="3px" label="事由:" value="{{ioRecord.reason}}" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |