Explorar o código

Merge branch '02/23reviewBUG' into jenkins

mo %!s(int64=2) %!d(string=hai) anos
pai
achega
9870f1ff2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/smallStudentManager/components/tableList.vue

+ 1 - 1
src/views/smallStudentManager/components/tableList.vue

@@ -395,7 +395,7 @@
             {{ scope.row.preCourseFee | moneyFormat }}元
           </template>
         </el-table-column>
-        <el-table-column align="center" width="180px" label="操作">
+        <el-table-column align="center" width="180px" label="操作" v-if="groupType=='VIP'">
           <template slot-scope="scope">
             <el-button type="text" @click="recordVisit(scope.row)"
               >回访记录</el-button