|
@@ -95,9 +95,8 @@
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
label="班级名称"
|
|
|
- show-overflow-tooltip
|
|
|
prop="class_name"
|
|
|
- width="100"
|
|
|
+ width="150"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
label="班级简称"
|
|
@@ -142,7 +141,7 @@
|
|
|
<span v-if="scope.row.rxnf == '4'">2022</span>
|
|
|
</template> -->
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" width="100">
|
|
|
+ <el-table-column label="操作">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" @click="editData(scope.row)">编辑</el-button>
|
|
|
<el-button type="text" @click="delData(scope.row.class_id)"
|