|
@@ -4,8 +4,10 @@
|
|
|
<el-col :span="24" class="classGroup">
|
|
|
<el-col :span="24" class="one" v-if="this.user.job === '班长'">
|
|
|
<el-button type="primary" size="mini" @click="createGroupDialog = true">创建分组</el-button>
|
|
|
- <el-button type="primary" size="mini" @click="affirm()" v-if="groupList ? groupList[0].status == '0' : ''">确认小组</el-button>
|
|
|
- <el-button type="primary" size="mini" @click="cancel()" v-if="groupList ? groupList[0].status == '1' : ''">取消小组</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="affirm()">确认小组</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="cancel()">取消小组</el-button>
|
|
|
+ <!-- <el-button type="primary" size="mini" @click="affirm()" v-if="groupList ? groupList[0].status == '0' : ''">确认小组</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="cancel()" v-if="groupList ? groupList[0].status == '1' : ''">取消小组</el-button> -->
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two">
|
|
|
<el-col :span="24" class="list" v-for="(item, index) in groupList" :key="index">
|