Commit 05f3c852 authored by 黄奎's avatar 黄奎

页面修改

parent 26abd68f
......@@ -105,6 +105,16 @@
<q-badge :color="props.value == 1 ? 'negative' : 'primary'" :label="props.value == 1 ? '女' : '男'" />
</q-td>
</template>
<template v-slot:body-cell-CreateTypeStr="props">
<q-td :props="props">
<div v-if="IsShowStuSourceIdName(props.row)">
{{ props.row.CreateTypeStr }}
</div>
<div v-else>
-
</div>
</q-td>
</template>
<template v-slot:body-cell-StuSourceIdName="props">
<q-td :props="props">
<div v-if="IsShowStuSourceIdName(props.row)">
......@@ -116,6 +126,16 @@
</div>
</q-td>
</template>
<template v-slot:body-cell-StuChannelName="props">
<q-td :props="props">
<div v-if="IsShowStuSourceIdName(props.row)">
{{ props.row.StuChannelName }}
</div>
<div v-else>
-
</div>
</q-td>
</template>
<template v-slot:body-cell-AdvisorWinRate="props">
<q-td :props="props">{{props.row.AdvisorWinRate}}%</q-td>
</template>
......
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