浏览代码

04/20 20:47

提交测试
Xiao_Mo 5 年之前
父节点
当前提交
4e8be1de02
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-09753c97.4fe7b144.js
  3. 4 4
      src/views/teacherManager/teacherList.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-09753c97.4fe7b144.js


+ 4 - 4
src/views/teacherManager/teacherList.vue

@@ -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)

部分文件因为文件数量过多而无法显示