소스 검색

🔧 build: 版本升级

WanGxC 1 년 전
부모
커밋
9d4ce9d85f
2개의 변경된 파일10241개의 추가작업 그리고 2개의 파일을 삭제
  1. 10240 1
      package-lock.json
  2. 1 1
      src/views/productCenter/productList/components/DataTable/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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> -->

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.