From aef2a705884dbb25b24d23fc886c563327f4753e Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期一, 27 十一月 2023 17:34:07 +0800 Subject: [PATCH] feat: --- admin-web/src/views/stock/inventorycount/inventorytask/detail.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/admin-web/src/views/stock/inventorycount/inventorytask/detail.vue b/admin-web/src/views/stock/inventorycount/inventorytask/detail.vue index 34f314d..589680a 100644 --- a/admin-web/src/views/stock/inventorycount/inventorytask/detail.vue +++ b/admin-web/src/views/stock/inventorycount/inventorytask/detail.vue @@ -10,7 +10,11 @@ <el-table-column prop="baseGoodsModelsName" label="鍨嬪彿" align="center"> </el-table-column> <el-table-column prop="inventoryCount" label="搴旂洏鏁伴噺" align="center"></el-table-column> <el-table-column prop="realNum" label="瀹炵洏鏁伴噺" align="center"></el-table-column> - <el-table-column prop="states" label="鐘舵��" align="center"></el-table-column> + <el-table-column prop="states" label="鐘舵��" align="center"> + <template slot-scope="{row}"> + {{row.inventoryResultType}} + </template> + </el-table-column> </el-table> </win-md> </template> -- Gitblit v1.9.1