fix:优化

20240912_adapter
chenhc 3 weeks ago
parent d96e66fcab
commit 2dfd6fa578

@ -142,7 +142,7 @@
<el-table-column label="操作" width="140" fixed="right">
<template slot-scope="scope">
<el-button type="primary" icon="el-icon-document" @click="scanDetail(scope.row)" >扫码明细</el-button>
<el-button type="primary" @click="scanDetail(scope.row)" style="font-size: 14px" >扫码明细({{scope.row.scanCount == null ? 0 : scope.row.scanCount }})</el-button>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save