无人机管理后台前端(已迁走)
shuishen
2025-06-26 b0ef32a01699e549088bf57c34f4edc8d681bd0e
feat:任务管理-定时任务页面样式调整
1 files modified
19 ■■■■■ changed files
src/option/job/jobinfo.js 19 ●●●●● patch | view | raw | blame | history
src/option/job/jobinfo.js
@@ -19,7 +19,7 @@
    label: '工作流',
    value: 5,
  },
];
]
export const executeTypeDic = [
  {
@@ -34,7 +34,7 @@
    label: 'MapReduce',
    value: 3,
  },
];
]
export const processorTypeDic = [
  {
@@ -45,7 +45,7 @@
    label: '外部处理器(动态加载)',
    value: 4,
  },
];
]
export const dispatchStrategyDic = [
  {
@@ -56,7 +56,7 @@
    label: 'RANDOM',
    value: 2,
  },
];
]
export const enableDic = [
  {
@@ -67,7 +67,7 @@
    label: '启用',
    value: 1,
  },
];
]
export const logTypeDic = [
  {
@@ -90,7 +90,7 @@
    label: 'NULL',
    value: 999,
  },
];
]
export const logLevelDic = [
  {
@@ -113,7 +113,7 @@
    label: 'OFF',
    value: 99,
  },
];
]
export default {
  tip: false,
@@ -129,6 +129,9 @@
  dialogWidth: 1200,
  dialogClickModal: false,
  tabs: true,
  height: 'auto',
  calcHeight: 0,
  column: [
    {
      label: '任务应用',
@@ -510,4 +513,4 @@
      ],
    },
  ],
};
}