浏览代码

Merge branch 'feat/v20241022-爆品专区分类功能' into dev

GuYun-D 5 月之前
父节点
当前提交
960e3f439a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/explosiveProduct/category/index.vue

+ 1 - 1
src/views/explosiveProduct/category/index.vue

@@ -11,7 +11,7 @@
         <el-form-item>
           <el-button type="primary" plain @click="search">查询</el-button>
           <el-button plain @click="clear">重置</el-button>
-          <el-button type="primary" plain @click="handleAddCategory">新增爆品商品</el-button>
+          <el-button type="primary" plain @click="handleAddCategory">新增爆品分类</el-button>
         </el-form-item>
       </el-form>
     </div>