|
@@ -47,7 +47,7 @@
|
|
</Dropdown>
|
|
</Dropdown>
|
|
</div>
|
|
</div>
|
|
<vuescroll style="height:100%;">
|
|
<vuescroll style="height:100%;">
|
|
- <Alert @on-close="isClose = true" v-show="!isClose" show-icon type="warning" style="margin-bottom:0px" closable>
|
|
|
|
|
|
+ <Alert v-show="!isStuList" show-icon type="warning" style="margin-bottom:0px" closable>
|
|
{{$t('cusMgt.groupTips')}}
|
|
{{$t('cusMgt.groupTips')}}
|
|
</Alert>
|
|
</Alert>
|
|
<Table :columns="isStuList ? listColumn : classColumn" :data="students" @on-selection-change="(selections)=>{delSelection = selections}" class="system-classroom-table" :loading="stuLoading" :no-data-text="$t('cusMgt.noStu')">
|
|
<Table :columns="isStuList ? listColumn : classColumn" :data="students" @on-selection-change="(selections)=>{delSelection = selections}" class="system-classroom-table" :loading="stuLoading" :no-data-text="$t('cusMgt.noStu')">
|
|
@@ -140,7 +140,6 @@ export default {
|
|
editIndex: -1,
|
|
editIndex: -1,
|
|
delSelection: [],
|
|
delSelection: [],
|
|
stuLoading: false,
|
|
stuLoading: false,
|
|
- isClose: false,
|
|
|
|
classColumn: [
|
|
classColumn: [
|
|
{
|
|
{
|
|
title: ' ',
|
|
title: ' ',
|