fix: 修改按钮名称

This commit is contained in:
lzhizhao 2025-04-27 17:35:27 +08:00
parent 2777174a60
commit 8cab8c35f1
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
type="danger" type="danger"
size="small" size="small"
@click="deleteProduct" @click="deleteProduct"
>批量关闭</el-button >批量删除</el-button
> >
<el-button type="primary" size="small" @click="addProduct" <el-button type="primary" size="small" @click="addProduct"
>添加商品</el-button >添加商品</el-button
@ -535,4 +535,4 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped></style> <style lang="scss" scoped></style>