瀏覽代碼

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