商品库存记录

This commit is contained in:
mrsun
2024-01-25 16:44:20 +08:00
parent aedc739a3d
commit ddd35c0232

View File

@@ -63,7 +63,7 @@
剩余<span>{{ scope.row.stockResidue }}</span>
</template>
</el-table-column>
<el-table-column header-align="center" align="left" label="操作信息">
<el-table-column header-align="center" align="left" label="操作信息" width="300px">
<template slot-scope="scope">
操作人<span>{{ scope.row.operateUser }}</span><br>
操作时间<span>{{ scope.row.operateTime }}</span>