fix:修复

20240912_adapter
chenhc 1 month ago
parent c545538d7a
commit 2aec8def1f

@ -149,7 +149,7 @@
<!-- <el-table-column label="扫码数量" prop="scanActCount" width="80"></el-table-column>-->
<!-- <el-table-column label="单据数量" prop="count" width="80"></el-table-column>-->
<!-- 扫码数量列 -->
<el-table-column label="扫码数量" width="80">
<el-table-column label="扫码实际数量" width="80">
<template slot-scope="scope">
<span :style="getScanActCountStyle(scope.row)">
<strong>{{ scope.row.scanActCount }}</strong>

Loading…
Cancel
Save