shudonghui 1 년 전
부모
커밋
d720e9f420
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/report/project-analysis/sop-detail-drill-dialog.vue

+ 3 - 3
src/views/report/project-analysis/sop-detail-drill-dialog.vue

@@ -38,9 +38,9 @@
       }"
       v-loading="loading"
     >
-      <template #custom-type="{ col, row }">
-        {{ customerTypeFilter(row[col.colKey]) }}
-      </template>
+<!--      <template #custom-type="{ col, row }">-->
+<!--        {{ customerTypeFilter(row[col.colKey]) }}-->
+<!--      </template>-->
       <template #begin-time="{ col, row }">
         {{ timestampFilter(row[col.colKey]) }}
       </template>