|
@ -899,19 +899,19 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
isForm: false |
|
|
isForm: false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '未执行任务数量', |
|
|
// label: '未执行任务数量',
|
|
|
field: 'unexecutedQty', |
|
|
// field: 'unexecutedQty',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
form: { |
|
|
// form: {
|
|
|
component: 'InputNumber', |
|
|
// component: 'InputNumber',
|
|
|
}, |
|
|
// },
|
|
|
isTableForm:false, |
|
|
// isTableForm:false,
|
|
|
hiddenInMain:true, |
|
|
// hiddenInMain:true,
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '操作', |
|
|
label: '操作', |
|
|
field: 'action', |
|
|
field: 'action', |
|
|