mengy 1 년 전
부모
커밋
dacff17353
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/equipConfig/barnBasicInfo/index.vue

+ 1 - 1
src/views/equipConfig/barnBasicInfo/index.vue

@@ -13,7 +13,7 @@
13 13
         <el-form-item class="fr">
14 14
           <el-button @click="onSubmit">查 询</el-button>
15 15
           <el-button @click="onSubmit" icon="el-icon-document-add">导 入</el-button>
16
-          <el-button type="default" @click="handleAdd" icon="el-icon-plus">新 增</el-button>
16
+          <el-button type="primary" @click="handleAdd" icon="el-icon-plus">新 增</el-button>
17 17
         </el-form-item>
18 18
       </el-form>
19 19
     </div>