Commit 25d14e27 authored by chenfenglei's avatar chenfenglei

工具设置

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