无人机管理后台前端(已迁走)
chenyao
2025-11-22 02b8208174dc6c3c516d6e554257dfe1ebc3513f
src/views/tickets/component/SearchBox.vue
@@ -61,8 +61,8 @@
          <el-date-picker
            v-model="cycleDateRange"
            type="daterange"
            range-separator="至" start-placeholder="工单周期开始日期"
            end-placeholder="工单周期结束日期"
            range-separator="至" start-placeholder="开始日期"
            end-placeholder="结束日期"
            :default-value="datePickerDefaultVal" />
        </el-form-item>
        <el-form-item label="选择频次:">
@@ -100,7 +100,7 @@
  deal_time: "",
  file_id: "",
  key_word: "",
  status: 0,
  status: '',
  rep_fre_type: '',
})
@@ -133,7 +133,6 @@
const cycles = ref(['每天', '周一', '周二', '周三', '周四', '周五', '周六', '周末', '周天', '工作日'])
// 工单状态
const orderStatus = ref([
  { label: '草稿', value: '0' },
  { label: '待审核', value: '1' },
  { label: '已驳回', value: '2' },
  { label: '已通过', value: '3' }
@@ -184,6 +183,7 @@
//    }
// }
.search-box-test {
  margin-bottom: 16px;
  transition: all 0.3s;
  .search-first {
@@ -276,7 +276,7 @@
    .el-form-item {
      margin-bottom: 0;
      width: 233px;
      width: 280px;
      margin-right: 20px;
      .el-form-item__label {