|
@@ -16,7 +16,7 @@
|
|
|
<u-cell-item title="手机号码" :value="studentInfo.phone" :arrow="false"></u-cell-item>
|
|
|
<u-cell-item :title="type == 1 ? '成长历程' : '沟通记录'" :arrow="false" :title-style="{fontSize: '16px',fontWeight: 'bold'}"></u-cell-item>
|
|
|
<u-cell-item :title="type == 1 ? item.name : item.coachName" :value="item.time" :label="item.content" :arrow="false"
|
|
|
- v-for="(item, index1) in tableList" :key="index" :title-style="{fontSize: '14px',fontWeight: 'bold'}"></u-cell-item>
|
|
|
+ v-for="(item, index1) in tableList" :key="index1" :title-style="{fontSize: '14px',fontWeight: 'bold'}"></u-cell-item>
|
|
|
</u-cell-group>
|
|
|
<u-divider v-if="item.isOver" bg-color="transparent">没有更多了</u-divider>
|
|
|
</scroll-view>
|