兰宝车间质量管理系统-前端
admin_lijinfu
2024-11-24 a5931a78f6fcf1da2dc5a3bfa243397d01acb6a6
src/components/SizeSelect/index.vue
@@ -27,7 +27,7 @@
  { label: '稍小', value: 'small' }
]);
const handleSetSize = (size: string) => {
const handleSetSize = (size: 'large' | 'default' | 'small') => {
  appStore.setSize(size);
};
</script>