loulijun2021
2022-07-02 d24862719714be5f76fb3dc81a3a3da8de4cc5a4
src/views/sbgl/sbqd.vue
@@ -176,7 +176,7 @@
          >
            <template slot-scope="{row}">
              <div class="operationClass">
                <el-button type="text" @click="edit('edit',row)">修改</el-button>
                <el-button type="text" @click="edit('edit',row)">编辑</el-button>
                <el-button type="text" @click="del(row)">删除</el-button>
              </div>
            </template>
@@ -197,7 +197,8 @@
    </div>
    <!--设备清单新增编辑-->
    <el-dialog
      :title="operation==='add'?'新增':'修改'"
      :close-on-click-modal="false"
      :title="operation==='add'?'新增':'编辑'"
      :visible.sync="dialogVisible"
      width="50%"
      top="15vh"
@@ -289,7 +290,7 @@
      :visible.sync="DeviceTypeDialogVisible"
      width="50%"
      top="15vh"
      :close-on-click-modal="false"
      class="DeviceTypeDialogVisible"
      @close="handleCloseDeviceType"
    >
@@ -375,6 +376,7 @@
      title="设备组"
      :visible.sync="DeviceGroupDialogVisible"
      width="70%"
      :close-on-click-modal="false"
      top="15vh"
      class="DeviceTypeDialogVisible"
      @close="handleCloseDeviceGroup"