Commit 8fac739c authored by 黄奎's avatar 黄奎

页面修改

parent f7a4b995
......@@ -49,12 +49,6 @@
</template>
<template v-slot:body-cell-optioned="props">
<q-td :props="props">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="题库"
@click="gotoSub(props.row,'question')"></q-btn>
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="教案"
@click="gotoSub(props.row,'teachplan')"></q-btn>
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="章节"
@click="gotoSub(props.row,'chapter')"></q-btn>
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="编辑"
@click="EditCourse(props.row)" />
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" 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