无人机管理后台前端(已迁走)
zrj
2024-08-26 fd0396fe64c7d066bd387e782d695d0faefe1b07
src/views/device/components/firmwareManage.vue
@@ -17,6 +17,7 @@
      @current-change="currentChange"
      @size-change="sizeChange"
      @refresh-change="refreshChange"
       @on-load="onLoad"
    >
      <template #menu-left>
        <el-button type="primary" icon="el-icon-plus" plain @click="openFirmwareUpload"
@@ -34,7 +35,7 @@
        :rules="rules"
      >
        <el-form-item label="设备名称" prop="device_name">
          <el-input v-model="importForm.device_name" clearable disabled></el-input>
          <el-input v-model="importForm.device_name" clearable></el-input>
        </el-form-item>
        <!-- 上传 -->
@@ -225,6 +226,7 @@
            label: '上传状态',
            prop: 'upload_status',
            addDisplay: false,
            editDisplay: false,
            labelWidth: 130,
            type: 'select',
            width: 100,