吉安感知网项目-前端
shuishen
2026-01-20 7b8789643b13dba1f2190f3bde92a7e4fa8eaafc
applications/drone-command/src/views/dataCockpit/components/DeviceHistoryDialog.vue
@@ -3,7 +3,7 @@
      :close-on-click-modal="false" :destroy-on-close="true">
      <el-form ref="queryParamsRef" :model="searchParams" class="command-dialog-history-search">
         <el-form-item label="关键字" prop="keyword">
            <el-input class="command-search-input" v-model="searchParams.keyword" placeholder="名称/序列号"
            <el-input class="command-input" v-model="searchParams.keyword" placeholder="名称/序列号"
               clearable @clear="handleSearch" />
         </el-form-item>
@@ -29,7 +29,7 @@
         <el-form-item class="history-search-actions">
            <el-button :icon="RefreshRight" @click="resetForm"></el-button>
            <el-button :icon="Search" @click="handleSearch"></el-button>
            <el-button class="search-btn" :icon="Search" @click="handleSearch"></el-button>
         </el-form-item>
      </el-form>