Commit 25d14e27 authored by chenfenglei's avatar chenfenglei

工具设置

parent 7f9bbff6
...@@ -139,6 +139,12 @@ ...@@ -139,6 +139,12 @@
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.type|classTypeFilter}} {{scope.row.type|classTypeFilter}}
</template> </template>
</el-table-column>
<el-table-column
label="班级名称">
<template slot-scope="scope">
{{scope.row.teacher_name}}一班
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="max_join_num" prop="max_join_num"
......
...@@ -115,11 +115,11 @@ export default { ...@@ -115,11 +115,11 @@ export default {
}).then(() => { }).then(() => {
console.log(data); console.log(data);
let json ={ let json ={
} }
json.value=data.value; json.value=data.value;
json.key=data.key; json.key=data.key;
json.desc=data.desc; json.desc=data.desc;
putConfigApi(json).then(res=>{ putConfigApi(json).then(res=>{
this.$message({ this.$message({
type: 'success', type: 'success',
......
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