Ver Fonte

fix: 删除多余的字段

haifeng.zhang há 18 horas atrás
pai
commit
a8717478d1
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/components/personList/index.vue

+ 2 - 2
src/components/personList/index.vue

@@ -2,7 +2,7 @@
  * @Author: zhanghaifeng
  * @Date: 2024-11-27 15:44:12
  * @LastEditors: zhanghaifeng
- * @LastEditTime: 2025-07-01 17:34:10
+ * @LastEditTime: 2025-07-03 15:00:53
  * @Description:
  * @FilePath: /hospital-project/src/components/personList/index.vue
 -->
@@ -45,7 +45,7 @@
         prop="challengeValue"
         label="挑战值"
       />
-      <el-table-column prop="ranking" label="排名" />
+      <!-- <el-table-column prop="ranking" label="排名" /> -->
       <el-table-column prop="quotaScore" label="得分" />
     </el-table>
   </div>