|
@@ -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>
|