|
@@ -59,7 +59,11 @@
|
|
{{ timestampFilter(row[col.colKey]) }}
|
|
{{ timestampFilter(row[col.colKey]) }}
|
|
</template>
|
|
</template>
|
|
<template #status="{ col, row }">
|
|
<template #status="{ col, row }">
|
|
- {{ runningStatusFilter(row[col.colKey]) }}
|
|
|
|
|
|
+ <!-- {{ runningStatusFilter(row[col.colKey]) }} -->
|
|
|
|
+ <status-tag
|
|
|
|
+ :value="row[col.colKey]"
|
|
|
|
+ type="runningStatus"
|
|
|
|
+ ></status-tag>
|
|
</template>
|
|
</template>
|
|
<template #usageType="{ col, row }">
|
|
<template #usageType="{ col, row }">
|
|
{{ deviceUsageTypeFilter(row[col.colKey]) }}
|
|
{{ deviceUsageTypeFilter(row[col.colKey]) }}
|