|
@@ -10,7 +10,7 @@
|
|
|
<template v-for="col in dynamicCols" #[`${col.field}_default`]="{ row }">
|
|
|
<CustomCell :value="row[col.field]" :field="col.field" :row="row" :isCompare="isCompare" />
|
|
|
</template>
|
|
|
- <!-- <template #SAP_footer="{ items, _columnIndex }">
|
|
|
+<!-- <template #SAP_footer="{ items, _columnIndex }">
|
|
|
<div>{{ items[_columnIndex].totalValue }}</div>
|
|
|
<div>{{ items[_columnIndex].gapValue }}%</div>
|
|
|
</template> -->
|