浏览代码

合并代码

zhangyu 5 年之前
父节点
当前提交
9816eb46c9
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/components/ledger/handsontables/device.vue

+ 1 - 2
src/components/ledger/handsontables/device.vue

@@ -16,8 +16,7 @@
       </el-select>
       <!-- <el-button size="small" style='width: 80px;' @click="download" icon="iconfont icon-xiazai">下载</el-button> -->
       <el-button size="small" style='width: 80px;' @click="addDevice">添加设备</el-button>
-      <el-button size="small" @click="Batch" v-show="!onlyRead" :disabled="!(tableData && tableData.length)">批量维护信息点
-      </el-button>
+      <el-button size="small" @click="Batch" v-show="!onlyRead" :disabled="!(tableData && tableData.length)">批量维护信息点</el-button>
       <el-button size="small" style='width: 80px;' @click="reset">刷新</el-button>
       <el-button size="small" style='width: 80px;' v-show="!onlyRead" @click="undo">撤销</el-button>
     </div>