|
@ -48,6 +48,22 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
isSearch: true |
|
|
isSearch: true |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '任务拆分方式', |
|
|
|
|
|
field: 'countSplitType', |
|
|
|
|
|
dictType: DICT_TYPE.COUNT_SPLIT_TYPE, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isTable:true, |
|
|
|
|
|
isForm: true, |
|
|
|
|
|
form: { |
|
|
|
|
|
value: 'locationCode' |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '',//执行周期
|
|
|
label: '',//执行周期
|
|
|
field: 'crontab', |
|
|
field: 'crontab', |
|
@ -76,22 +92,6 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '任务拆分方式', |
|
|
|
|
|
field: 'countSplitType', |
|
|
|
|
|
dictType: DICT_TYPE.COUNT_SPLIT_TYPE, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isTable:true, |
|
|
|
|
|
isForm: true, |
|
|
|
|
|
form: { |
|
|
|
|
|
value: 'locationCode' |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '维度', |
|
|
label: '维度', |
|
|
field: 'dimension', |
|
|
field: 'dimension', |
|
|