|
@ -35,7 +35,7 @@ export const CountRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
field: 'number', |
|
|
field: 'number', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 180, |
|
|
width: 200, |
|
|
fixed: 'left' |
|
|
fixed: 'left' |
|
|
}, |
|
|
}, |
|
|
isForm: false, |
|
|
isForm: false, |
|
@ -59,7 +59,7 @@ export const CountRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
field: 'planNumber', |
|
|
field: 'planNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 200 |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
@ -88,7 +88,7 @@ export const CountRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isSearch: true, |
|
|
isSearch: false, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '任务拆分方式', |
|
|
label: '任务拆分方式', |
|
|