This commit is contained in:
bb_pan 2025-06-03 11:21:23 +08:00
parent 1f8611da91
commit 73e7caebf9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
</el-table-column>
<el-table-column label="工器具名称" align="center" prop="maTypeName" :show-overflow-tooltip="true" />
<el-table-column label="规格型号" align="center" prop="typeName" :show-overflow-tooltip="true" />
<el-table-column label="数量" align="center" prop="preNum" :show-overflow-tooltip="true" />
<el-table-column label="领数量" align="center" prop="preNum" :show-overflow-tooltip="true" />
<el-table-column label="出库数量" align="center" prop="outNum" :show-overflow-tooltip="true">
<template slot-scope="scope">
<!-- manageType '编码' 使用可点击的 span -->