Selaa lähdekoodia

feat:隐藏催课分值

caoliqin 1 viikko sitten
vanhempi
commit
d64542a0a0
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      src/views/app/urgentClass/index.vue

+ 5 - 5
src/views/app/urgentClass/index.vue

@@ -93,11 +93,11 @@
       </el-table-column>
       <el-table-column label="标题" align="center" prop="title" min-width="150"/>
       <el-table-column label="描述" align="center" prop="remark" />
-      <el-table-column label="分值" align="center" prop="score" min-width="150">
-        <template slot-scope="scope">
-          <span :style="getScoreStyle(scope.row.score)">{{ scope.row.score }}</span>
-        </template>
-      </el-table-column>
+<!--      <el-table-column label="分值" align="center" prop="score" min-width="150">-->
+<!--        <template slot-scope="scope">-->
+<!--          <span :style="getScoreStyle(scope.row.score)">{{ scope.row.score }}</span>-->
+<!--        </template>-->
+<!--      </el-table-column>-->
       <el-table-column label="用户过往学习记录" align="center" min-width="200">
         <template slot-scope="scope">
           <div v-if="isSM" style="display: flex; gap: 4px; justify-content: center;">