兰宝车间质量管理系统-前端
fengheguai
2024-01-25 fe3874396d594a5624dff40425ca2a97c742e119
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>