소스 검색

fix: 列表:replace-or-not-map="false"

zh 2 년 전
부모
커밋
a73dfa49dd
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/logisticsBill/reconciliation.vue
  2. 2 0
      src/views/logisticsBill/salesReconciliation.vue

+ 2 - 0
src/views/logisticsBill/reconciliation.vue

@@ -6,6 +6,8 @@
     :options-evens-group="optionsEvensGroup"
     :column-parsing="columnParsing"
     :operation="operation()"
+    :replace-or-not-map="false"
+
   >
     <Popu v-if="visible">
       <el-page-header slot="head" content="对账" @back="handleClose" />

+ 2 - 0
src/views/logisticsBill/salesReconciliation.vue

@@ -6,6 +6,8 @@
     :options-evens-group="optionsEvensGroup"
     :operation="operation()"
     :column-parsing="columnParsing"
+    :replace-or-not-map="false"
+
   >
     <Popu v-if="visible">
       <el-page-header slot="head" content="对账" @back="handleClose" />