Commit 9b6d29a0 authored by 黄奎's avatar 黄奎

新增页面

parent 892d1d9a
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
<q-td :props="props"> <q-td :props="props">
<q-toggle disable size="md" color="primary" :false-value="1" :true-value="0" v-model="props.row.Status" <q-toggle disable size="md" color="primary" :false-value="1" :true-value="0" v-model="props.row.Status"
title="注意:关闭后,学员将无法正常使用." /> title="注意:关闭后,学员将无法正常使用." />
<!--@input="DeleteMenu(props.row)"-->
</q-td> </q-td>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
<div class="page-content"> <div class="page-content">
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat <q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat
class="sticky-right-column-table sticky-tow-column-table" separator="none" title="学员信息" :data="data" class="sticky-right-column-table sticky-tow-column-table" separator="none" title="后台用户信息" :data="data"
:columns="columns" row-key="name"> :columns="columns" row-key="name">
<template v-slot:body-cell-StuIcon="props"> <template v-slot:body-cell-StuIcon="props">
<q-td auto-width :props="props"> <q-td auto-width :props="props">
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
import studentForm from '../../components/school/student/student-form' import studentForm from '../../components/school/student/student-form'
export default { export default {
meta: { meta: {
title: "学员管理" title: "后台用户管理"
}, },
components: { components: {
studentForm, studentForm,
......
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