feat(wms): 添加canExportAll属性控制导出按钮显示

添加canExportAll属性以控制批量导出按钮的显示,并调整标签打印的布局和边距
This commit is contained in:
砂糖
2026-01-09 17:16:19 +08:00
parent 0945d2b900
commit 4cd365a843
2 changed files with 14 additions and 5 deletions

View File

@@ -4,7 +4,9 @@
:labelType="labelType"
:showStatus="showStatus"
:hideType="hideType"
:showLength="showLength" />
:showLength="showLength"
:canExportAll="canExportAll"
/>
</template>
<script>
@@ -27,6 +29,7 @@ export default {
showStatus: true,
hideType: true,
showLength: true,
canExportAll: true
}
}
}