装备出库记录表格修改
This commit is contained in:
parent
c71407c0ce
commit
e3d8446b97
|
|
@ -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%">
|
||||
|
|
|
|||
Loading…
Reference in New Issue