Commit db2f078e authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/luochao/confucius into master

parents a3590aa4 475a5dad
...@@ -175,7 +175,8 @@ ...@@ -175,7 +175,8 @@
</template> </template>
<template v-slot:body-cell-FinishTimesPlanCount="props"> <template v-slot:body-cell-FinishTimesPlanCount="props">
<q-td :props="props"> <q-td :props="props">
<span style="color:blue;cursor:pointer;" title="点击查看跟进详细信息" @click="GoToDetails(props.row)"> {{props.row.FinishTimes}} / <span style="color:blue;cursor:pointer;" title="点击查看跟进详细信息" @click="GoToDetails(props.row)">
{{props.row.FinishTimes}} /
{{props.row.FollowCount}}</span> {{props.row.FollowCount}}</span>
</q-td> </q-td>
</template> </template>
...@@ -244,6 +245,9 @@ ...@@ -244,6 +245,9 @@
<q-td> <q-td>
{{lastRow.ActivityNum}} {{lastRow.ActivityNum}}
</q-td> </q-td>
<q-td>
{{lastRow.AssessmentScore}}
</q-td>
<q-td> <q-td>
{{lastRow.TotalScore}} {{lastRow.TotalScore}}
</q-td> </q-td>
...@@ -422,6 +426,13 @@ ...@@ -422,6 +426,13 @@
align: 'left', align: 'left',
sortable: true sortable: true
}, },
{
name: 'AssessmentScore',
label: '考核得分',
field: 'AssessmentScore',
align: 'left',
sortable: true
},
{ {
name: 'TotalScore', name: 'TotalScore',
label: '总分数', label: '总分数',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment