소스 검색

🌈 style: 明确按钮名称

GuYun-D 5 달 전
부모
커밋
efc335d41a
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>