Kaynağa Gözat

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

zh 2 yıl önce
ebeveyn
işleme
a73dfa49dd

+ 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" />