装备出库记录表格修改

This commit is contained in:
cwchen 2025-10-29 14:31:20 +08:00
parent c71407c0ce
commit e3d8446b97
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<div class="table-container" style="flex: 1; overflow-y: auto;">
<el-row>
<el-col :span="24" style="text-align: right;">
<el-button icon="el-icon-refresh" size="mini" @click="onHandleExport">导出数据</el-button>
<el-button icon="el-icon-refresh" @click="onHandleExport">导出数据</el-button>
</el-col>
</el-row>
<el-table :data="tableData" style="width: 100%" border stripe height="100%">