显示类型
This commit is contained in:
parent
fb1a9c3d96
commit
20d7d6c8c8
@ -38,12 +38,14 @@
|
||||
<view class="score-table">
|
||||
<view class="table-header">
|
||||
<view class="th">项目名称</view>
|
||||
<view class="th flex-80">周工作量</view>
|
||||
<view class="th">项目类型</view>
|
||||
<view class="th">周工作量</view>
|
||||
</view>
|
||||
<view class="table-body">
|
||||
<view class="table-row" v-for="(zdy, index) in zdyList" :key="index">
|
||||
<view class="td">{{ zdy.xmMc }}</view>
|
||||
<view class="td flex-80">{{ zdy.ks }}</view>
|
||||
<view class="td">{{ zdy.lxMc }}</view>
|
||||
<view class="td">{{ zdy.ks }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user