Compare commits
2 Commits
07db2398dc
...
55c8d153ea
| Author | SHA1 | Date | |
|---|---|---|---|
| 55c8d153ea | |||
|
|
ddd35c0232 |
@@ -63,7 +63,7 @@
|
|||||||
剩余:<span>{{ scope.row.stockResidue }}</span>
|
剩余:<span>{{ scope.row.stockResidue }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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">
|
<template slot-scope="scope">
|
||||||
操作人:<span>{{ scope.row.operateUser }}</span><br>
|
操作人:<span>{{ scope.row.operateUser }}</span><br>
|
||||||
操作时间:<span>{{ scope.row.operateTime }}</span>
|
操作时间:<span>{{ scope.row.operateTime }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user