Browse Source

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

GuYun-D 5 months ago
parent
commit
960e3f439a
1 changed files with 1 additions and 1 deletions
  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>