src/views/procurementManagement/procurementLedger/index.vue
@@ -108,7 +108,7 @@ <el-button link type="primary" @click="openForm('edit', scope.row)" :disabled="scope.row.stockInStatus === '完全入库'">编辑 </el-button> <el-button link type="primary" @click="downloadOrder(scope.row.id)">下载</el-button> <el-button link type="primary" @click="openFileDialog(scope.row)">附件</el-button> <!--downloadOrder(scope.row.id) 下载--> </template> </el-table-column> </el-table>