| | |
| | | <slot name="tool"></slot> |
| | | <el-button v-show="!id" class="input" type="ghost" size="mini" @click="out">退出</el-button> |
| | | <el-button class="input" type="ghost" size="mini" @click="save">保存</el-button> |
| | | <el-button v-show="id" class="input" type="ghost" size="mini" @click="del">删除</el-button> |
| | | <el-button v-show="id" class="input" type="ghost" size="mini" @click="del">删除该地图</el-button> |
| | | <span>行数:</span> |
| | | <el-input style="width: 70px;" class="input" v-show="status !== 2" v-model="rows" /> |
| | | <span>列数:</span> |
| | |
| | | this.currentAdd = v |
| | | }, |
| | | del() { |
| | | this.$confirm('确定要永久删除此厂房,关联的设备将重置?', '提示', { |
| | | this.$confirm('确定要永久删除此地图,关联的设备将重置?', '提示', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | | type: 'warning' |