|
@@ -123,22 +123,22 @@
|
|
|
<template slot-scope="scope">{{ scope.row.isSupportExtraPracticeLesson ? '是' : '否' }}</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <!-- <el-table-column align="center" label="运营指标">
|
|
|
+ <el-table-column align="center" label="运营指标">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
type="text"
|
|
|
@click="gotoOperating(scope.row)"
|
|
|
>{{ scope.row.operatingIndex +'%' }}</el-button>
|
|
|
</template>
|
|
|
- </el-table-column> -->
|
|
|
- <!-- <el-table-column align="center" label="服务指标">
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column align="center" label="服务指标">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
type="text"
|
|
|
@click="gotoAfterSchool(scope.row)"
|
|
|
>{{ scope.row.serviceIndex +'%' }}</el-button>
|
|
|
</template>
|
|
|
- </el-table-column> -->
|
|
|
+ </el-table-column>
|
|
|
<el-table-column align="center" fixed="right" width="200" label="操作">
|
|
|
<template slot-scope="scope">
|
|
|
<!-- let search = JSON.stringify(this.searchForm)
|