|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="8" style="border: 1px solid #e3dfe1; margin-left: 20px; padding: 15px;height: 700px;">
|
|
|
|
|
<h2 style="font-weight: bold;">扫码队列({{codeArray.length}})</h2>
|
|
|
|
|
<h2 style="font-weight: bold;">扫码明细({{codeArray.length}})</h2>
|
|
|
|
|
<!--<el-divider></el-divider>-->
|
|
|
|
|
<div style=" border-top: 1px solid #ccc;">
|
|
|
|
|
<el-table v-loading="loading" :data="codeArray" style="width: 100%;margin-top: 20px" max-height="350"
|
|
|
|
@ -213,7 +213,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
.scan-count {
|
|
|
|
|
color: red;
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.actual-count {
|
|
|
|
|