Browse Source

成本分配汇总-详情

jbb 2 years ago
parent
commit
8e611a37de
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/cost-allocation-total/costDetailDrawer.vue

+ 0 - 2
src/views/cost-allocation-total/costDetailDrawer.vue

@@ -1,7 +1,6 @@
 <template>
   <!-- 详情 成本分配汇总-->
   <div id="costDetailDrawer">
-    <a-drawer title="详情" width="89%" placement="right" :closable="true" :visible="visible" @close="onClose">
       <!-- 主表信息 -->
       <a-card :bordered="true">
         <div class="table-page-search-wrapper">
@@ -320,7 +319,6 @@
           </div>
         </div>
       </a-card>
-    </a-drawer>
   </div>
 </template>