Commit 468304e1bcb2ed9dea1490d45cf9d979bb0280dd

Authored by 唐高鑫
1 parent 07289f55

update 质检报告表头

ant-design-vue-jeecg/src/views/system/receipt/QualityReportDetailList.vue
... ... @@ -126,7 +126,7 @@
126 126 <!-- 操作按钮区域 -->
127 127 <div class="table-operator">
128 128 <a-button v-has="'inventoryDetail:add'" @click="handleAdd" type="primary" icon="plus">新增</a-button>
129   - <a-button v-has="'inventoryDetail:export'" type="primary" icon="download" @click="handleExportXls('库存详情')">导出</a-button>
  129 + <a-button v-has="'inventoryDetail:export'" type="primary" icon="download" @click="handleExportXls('质检报告')">导出</a-button>
130 130 <a-upload
131 131 v-has="'inventoryDetail:import'"
132 132 name="file"
... ...