From c7df7a96bbf7ab87af9f522cccc0d978f748efc3 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期六, 14 九月 2024 15:11:52 +0800 Subject: [PATCH] bug修改 --- src/views/hazardousChemicals/basicInfon/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/hazardousChemicals/basicInfon/index.vue b/src/views/hazardousChemicals/basicInfon/index.vue index 0238d6c..6e4d03a 100644 --- a/src/views/hazardousChemicals/basicInfon/index.vue +++ b/src/views/hazardousChemicals/basicInfon/index.vue @@ -92,6 +92,7 @@ </el-table-column> <el-table-column label="安全库存" prop="safeNum" align="center"/> <el-table-column label="超期阈值(小时)" prop="threshold" align="center"/> + <el-table-column label="单次入库最大数量" prop="maxEntry" align="center"/> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200" > <template #default="scope"> <el-button link type="primary" @click="openDialog('edit',scope.row)">编辑</el-button> -- Gitblit v1.9.2