This commit is contained in:
蔡玲
2024-12-06 18:04:46 +08:00
parent 8c64ac1cd0
commit 2933d636c1

View File

@@ -136,6 +136,7 @@
</div>
</div>
</div>
<div v-if="itemData.length === 0" class="zd-row jccenter wraning">当前拣选工位无拣选作业</div>
</div>
</div>
</template>
@@ -197,4 +198,10 @@ export default {
<style lang="stylus" scoped>
@import './style.stylus'
.wraning
height 100%
font-size 50px;
color: yellow;
font-weight: 700;
text-align: center;
</style>