Commit b281537b authored by 黄奎's avatar 黄奎

页面修改

parent a9d8315d
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<template v-slot:body-cell-DetailList="props"> <template v-slot:body-cell-DetailList="props">
<q-td> <q-td>
<div class="border-bottom" v-for="(item,index) in props.row.DetailList" :key="index"> <div class="border-bottom" v-for="(item,index) in props.row.DetailList" :key="index">
{{item.StartNum}} - {{item.EndNum}} <span style="margin-left:10px;">{{item.Money}}</span> 月报名人数:<span style="margin-left:10px;color:blue">{{item.StartNum}}-{{item.EndNum}}</span> 人,奖励<span style="margin-left:10px;color:red">{{item.Money}}</span>
</div> </div>
</q-td> </q-td>
</template> </template>
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
}, },
{ {
name: "DetailList", name: "DetailList",
label: "社會班招生人頭達標獎金", label: "社会班招生人头达标奖金",
field: "DetailList", field: "DetailList",
align: "left" align: "left"
}, },
......
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