From e65e3c1a492714364483b892bd3fa01adb643191 Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期六, 25 十一月 2023 13:40:40 +0800 Subject: [PATCH] feat: 人员角色编辑 --- admin-web/src/views/stock/transfer/transferissue/detail.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin-web/src/views/stock/transfer/transferissue/detail.vue b/admin-web/src/views/stock/transfer/transferissue/detail.vue index 849ea34..99fff27 100644 --- a/admin-web/src/views/stock/transfer/transferissue/detail.vue +++ b/admin-web/src/views/stock/transfer/transferissue/detail.vue @@ -67,16 +67,16 @@ {{ scope.row.unit }} </template> </el-table-column> - <el-table-column prop="price" label="鐜版湁搴撳瓨" align="center"> - <template slot-scope="scope"> - {{ scope.row.price }} - </template> - </el-table-column> <el-table-column prop="counts" label="璋冩嫧鏁伴噺" align="center"> <template slot-scope="scope"> {{ scope.row.counts }} </template> </el-table-column> + <el-table-column prop="price" label="閲戦" align="center"> + <template slot-scope="scope"> + {{ scope.row.price }} + </template> + </el-table-column> </el-table> </div> </div> -- Gitblit v1.9.1