|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<view class="card-container"> |
|
|
|
<view class="card-container"> |
|
|
|
<view class="card-col-1"> |
|
|
|
<view class="card-col-1"> |
|
|
|
<yinput onlyRead padding="16rpx" label="工号:" bindValue="teacherID" value="{{teacherID}}" wx:if=""></yinput> |
|
|
|
<yinput onlyRead padding="16rpx" label="工号:" bindValue="teacherID" value="{{teacherID}}" wx:if=""></yinput> |
|
|
|
<yinput onlyRead padding="0" label="姓名:" bindValue="name" value="{{'殷梁禹加'}}"></yinput> |
|
|
|
<yinput onlyRead padding="0" label="姓名:" bindValue="name" value="{{name}}"></yinput> |
|
|
|
<yinput onlyRead padding="0" label="报备类型:" bindValue="name" value="进校报备"></yinput> |
|
|
|
<yinput onlyRead padding="0" label="报备类型:" bindValue="name" value="进校报备"></yinput> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<yinput onlyRead padding="16rpx" label="联系方式:" bindValue="mobile" value="{{mobile}}" wx:if="" ></yinput> |
|
|
|
<yinput onlyRead padding="16rpx" label="联系方式:" bindValue="mobile" value="{{mobile}}" wx:if="" ></yinput> |
|
|
|
|