无人机管理后台前端(已迁走)
chenyao
2025-07-24 a2090ebabe875de7d5720609c53633f5ae7f3a8b
feat: 调整 搜索对齐
1 files modified
24 ■■■■■ changed files
src/views/odm/task.vue 24 ●●●●● patch | view | raw | blame | history
src/views/odm/task.vue
@@ -76,7 +76,8 @@
            prop: 'taskName',
            search: true,
            searchSpan: 4,
            labelWidth: 130,
            searchLabelWidth: 100,
            //labelWidth: 130,
            searchPlaceholder: "任务名称",
            rules: [
              {
@@ -126,8 +127,9 @@
            prop: 'waylineType',
            type: 'select',
            search: true,
            searchSpan: 3,
            width: 100,
            searchSpan: 4,
            searchLabelWidth: 100,
            //width: 100,
            labelWidth: 130,
            searchPlaceholder: "任务类型",
            dicData: [
@@ -144,9 +146,9 @@
          {
            label: '机场名称',
            prop: 'airportName',
            labelWidth: 130,
            search: true,
            searchSpan: 4,
            searchLabelWidth: 100,
            //search: true,
          },
          {
            label: '图片数量',
@@ -171,8 +173,10 @@
            prop: 'status',
            type: 'select',
            search: true,
            searchSpan: 3,
            labelWidth: 130,
            searchSpan: 4,
            searchLabelWidth: 100,
            //labelWidth: 130,
            searchPlaceholder: "任务状态",
            width: 90,
            dicData: [
@@ -215,7 +219,7 @@
            // valueFormat: 'YYYY-MM-DD HH:mm:ss',
          },
          {
            label: '飞行任务完成时间',
            label: '完成时间',
            prop: 'completedTime',
            type: "date",
            addDisplay: false,
@@ -224,8 +228,8 @@
            labelWidth: 130,
            search: true,
            searchSpan: 4,
            searchLabelWidth: 130,
            valueFormat: 'YYYY-MM-DD',
            searchLabelWidth: 100,
            //valueFormat: 'YYYY-MM-DD',
            width: 160,
          },
        ],