瀏覽代碼

订单网点分账 缺少导出按钮

linwenxin 1 年之前
父節點
當前提交
070ec4a20d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/valueAddedService/orderBranchAccount/index.vue

+ 1 - 1
src/views/valueAddedService/orderBranchAccount/index.vue

@@ -1,7 +1,7 @@
 <template>
   <template-page ref="pageRef" :get-list="getList" :table-attributes="tableAttributes" :table-events="tableEvents"
     :options-evens-group="optionsEvensGroup" :more-parameters="moreParameters" :column-parsing="columnParsing"
-    :operation="operation">
+    :operation="operation" :exportList="exportList">
     <div class="cartographer">
       <el-dialog title="明细" width="100%" :modal="false" :visible.sync="formDialog" :before-close="()=>{formDialog = false}">
         <template-page v-if="formDialog" :get-list="getList2" />