소스 검색

2022.7.14 排序

ggooalice 2 년 전
부모
커밋
a375e99565
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -200,7 +200,7 @@
             </template>
             </el-table-column>
             <!-- 级别 -->
-            <el-table-column prop="level" label="级别" min-width="190"   v-if="user.company.packageProject == 1" sortable="custom">
+            <el-table-column prop="level" label="级别" min-width="190"   v-if="user.company.packageProject == 1">
                 <template slot-scope="scope">
                     {{importanceListLable[scope.row.level - 1]}}
                 </template>