feat: 修改按钮颜色,商品添加输入售价其他为0则回填

This commit is contained in:
duan
2025-03-03 15:09:26 +08:00
parent 6bf6ee4749
commit 250317f1ca
8 changed files with 34 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
<template v-if="typeof item === 'string'">
<!-- 新增 -->
<template v-if="item === 'add'">
<el-button v-hasPerm="[`${contentConfig.pageName}:${item}`]" type="success" icon="plus"
<el-button v-hasPerm="[`${contentConfig.pageName}:${item}`]" type="primary" icon="plus"
@click="handleToolbar(item)">
新增
</el-button>