소스 검색

修改锁定站图标与文字信息

pm 9 달 전
부모
커밋
b02a5e2f76
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/mes/hw/lotoStation/MapData.vue

+ 4 - 4
src/views/mes/hw/lotoStation/MapData.vue

@@ -15,17 +15,17 @@
                      style="float: right; height: 33px; line-height: 2px"
           >关闭
           </el-button>
-          <el-button v-no-more-click @click="save" type="primary" icon="el-icon-edit"
+          <el-button v-no-more-click @click="save" type="primary" icon="el-icon-check"
                      style="float: right; height: 33px; line-height: 2px;margin: 0 5px"
           >保存
           </el-button>
-          <el-button v-no-more-click @click="reset" type="primary" icon="el-icon-refresh"
+          <el-button v-no-more-click @click="reset" type="primary" icon="el-icon-setting"
                      style="float: right; height: 33px; line-height: 2px;margin: 0 5px"
           >重置
           </el-button>
-          <el-button v-no-more-click @click="view" type="primary" icon="el-icon-view"
+          <el-button v-no-more-click @click="view" type="primary" icon="el-icon-refresh"
                      style="float: right; height: 33px; line-height: 2px"
-          >预览
+          >刷新
           </el-button>
         </div>
       </el-card>