Browse Source

🔧 build: 版本升级

WanGxC 1 year ago
parent
commit
9d4ce9d85f
2 changed files with 10241 additions and 2 deletions
  1. 10240 1
      package-lock.json
  2. 1 1
      src/views/productCenter/productList/components/DataTable/index.vue

File diff suppressed because it is too large
+ 10240 - 1
package-lock.json


+ 1 - 1
src/views/productCenter/productList/components/DataTable/index.vue

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

Some files were not shown because too many files changed in this diff