feat(wms): 添加canExportAll属性控制导出按钮显示
添加canExportAll属性以控制批量导出按钮的显示,并调整标签打印的布局和边距
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user