فهرست منبع

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

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