shudonghui 1 year ago
parent
commit
d720e9f420
1 changed files with 3 additions and 3 deletions
  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>