Commit a244589c authored by 黄奎's avatar 黄奎

页面修改

parent 5033308f
......@@ -40,6 +40,11 @@
title="注意:关闭后,分类将无法正常使用." @input="SetDeptStatus(props.row)" />
</q-td>
</template>
<template v-slot:body-cell-School_Id="props">
<q-td :props="props">
{{props.row.School_Id>0? props.row.SchoolName:'总部'}}
</q-td>
</template>
<template v-slot:bottom>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount"
:input="true" @input="changePage" />
......@@ -82,18 +87,17 @@
return {
currentUrl: "",
columns: [{
name: 'SchoolName',
label: '校区',
field: 'SchoolName',
align: 'left'
},
{
name: 'DeptName',
required: true,
label: '部门名称',
align: 'left',
field: row => row.DeptName
},
{
name: 'School_Id',
label: '是否为公司',
field: 'School_Id',
align: 'left'
},
{
name: 'DeptTier',
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