Commit 46e33e16 authored by liwei's avatar liwei

Merge remote-tracking branch 'origin/master'

parents c5e76993 d7152ade
......@@ -87,18 +87,12 @@
const showTable = ref('false');
const selectedTasks = ref([]);
const fieldData = [
{ value: 'script', label: '脚本' },
{ value: 'java', label: 'Java' },
{ value: 'python', label: 'Python' },
{ value: 'rTask', label: 'R任务' },
{ value: 'scala', label: 'Scala' },
{ value: 'sql', label: 'SQL' },
{ value: 'dataLoad', label: '数据加载' },
{ value: 'dataSync', label: '数据同步' },
{ value: 'dataQuality', label: '数据质量' },
{ value: 'dataMetrics', label: '数据指标' },
{ value: 'nestedWorkflow', label: '嵌套任务流' },
{ value: 'delay', label: '延时器' },
{ value: 'id', label: 'id' },
{ value: 'em_name', label: 'em_name' },
{ value: 'em_age', label: 'em_age' },
{ value: 'em_idcard', label: 'em_idcard' },
{ value: 'em_tel', label: 'em_tel' },
{ value: 'em_typework', label: 'em_typework' },
];
const form = reactive({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment