Commit 4f1651a8 authored by 黄奎's avatar 黄奎
parents 5b2e2d81 a43fec7e
...@@ -228,6 +228,16 @@ ...@@ -228,6 +228,16 @@
<q-item-label>课程详情</q-item-label> <q-item-label>课程详情</q-item-label>
</q-item-section> </q-item-section>
</q-item> </q-item>
<!-- <q-item clickable v-close-popup @click="goMyroster(props.row,1)">
<q-item-section>
<q-item-label>学员名单</q-item-label>
</q-item-section>
</q-item>
<q-item clickable v-close-popup @click="goMyroster(props.row,2)">
<q-item-section>
<q-item-label>学员订单</q-item-label>
</q-item-section>
</q-item> -->
</q-list> </q-list>
</q-btn-dropdown> </q-btn-dropdown>
</q-td> </q-td>
...@@ -298,7 +308,20 @@ ...@@ -298,7 +308,20 @@
align: "left", align: "left",
field: (row) => row.CateName, field: (row) => row.CateName,
}, },
// {
// name: "SellPrice",
// required: true,
// label: "学员数量",
// align: "left",
// field: (row) => row.SellPrice.toFixed(2),
// },
// {
// name: "SellPrice",
// required: true,
// label: "订单数量",
// align: "left",
// field: (row) => row.SellPrice.toFixed(2),
// },
{ {
name: "SellPrice", name: "SellPrice",
required: true, required: true,
...@@ -661,6 +684,9 @@ ...@@ -661,6 +684,9 @@
}); });
}); });
}, },
goMyroster(row,type){//type 1 是学员名单 2 学员订单
}
}, },
}; };
......
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