提交 ba93e5f8 authored 作者: 郑伟娜's avatar 郑伟娜

修改默认库存量字段错误

上级 4426ca84
......@@ -282,7 +282,7 @@
</el-table-column>
<el-table-column label="库存量" width="160px" prop="stock" align="center">
<template slot-scope="scope">
<el-input v-model.trim="scope.row.stock" />
<el-input v-model.trim="stock" />
</template>
</el-table-column>
</el-table>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论