武田小程序
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.

26 lines
779 B

<view
class="page"
style="background: url({{imageUrl}}doctor-rank-bg.png?r={{Timestamp}}) no-repeat top center/100% 326rpx;"
>
<view class="container">
<view class="table">
<view class="thead">
<view class="th1">医院</view>
<view class="th2">医生总数</view>
<view class="th3">S1</view>
<view class="th4">S2</view>
<view class="th5">S3</view>
</view>
<view class="tbody">
<view class="tr" wx:for="{{4}}" wx:key="index">
<view class="td1">1 中山大学附属医院</view>
<view class="td2">888</view>
<view class="td3">888</view>
<view class="td4">888</view>
<view class="td5">888</view>
</view>
</view>
</view>
</view>
</view>