|
|
@ -54,6 +54,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 150, |
|
|
|
}, |
|
|
|
sortSearchDefault: 12, |
|
|
|
sortTableDefault:12 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '计划类型', |
|
|
@ -93,6 +94,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// },
|
|
|
|
isSearch: true, |
|
|
|
sortSearchDefault:8, |
|
|
|
sortTableDefault:8 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '顺序', |
|
|
@ -186,6 +188,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
isSearch:true, |
|
|
|
sortSearchDefault: 9, |
|
|
|
sortTableDefault:9 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '班组', |
|
|
|