Commit 832f0dc9 authored by 黄奎's avatar 黄奎

页面修改

parent 8442c7e7
......@@ -49,7 +49,7 @@
</template>
<template v-slot:body-cell-optioned="props">
<q-td :props="props">
<q-btn color="accent" size="sm" style="display:none" class="q-mr-md" label="学员考试"
<q-btn flat color="primary" size="xs" style="font-weight:400;display:none;" class="q-mr-md" label="学员考试"
@click="gotoExamTest(props.row)" />
</q-td>
</template>
......@@ -91,6 +91,11 @@
field: "ClassName",
align: "left",
},
{
name: "optioned",
label: "操作",
field: "Id"
}
],
data: [],
loading: false,
......
......@@ -12,8 +12,7 @@
</div>
</div>
<div class="page-option">
<q-btn color="accent" size="sm" style="display:none" class="q-mr-md" label="学员考试"
@click="gotoExamTest()" />
</div>
</div>
<div class="page-content">
......
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