兰宝车间质量管理系统-前端
ahao
2023-12-27 abf2777b2e57943b283310592ca4878e5b67ca33
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>