|
@ -195,14 +195,14 @@ export const CustomerreturnJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '状态', |
|
|
// label: '状态',
|
|
|
field: 'jobStageStatus', |
|
|
// field: 'jobStageStatus',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '优先级', |
|
|
label: '优先级', |
|
|
field: 'priority', |
|
|
field: 'priority', |
|
@ -629,9 +629,9 @@ export const CustomerreturnJobMainRules = reactive({ |
|
|
status: [ |
|
|
status: [ |
|
|
{ required: true, message: '请选择状态', trigger: 'change' } |
|
|
{ required: true, message: '请选择状态', trigger: 'change' } |
|
|
], |
|
|
], |
|
|
jobStageStatus: [ |
|
|
// jobStageStatus: [
|
|
|
{ required: true, message: '请选择阶段状态', trigger: 'change' } |
|
|
// { required: true, message: '请选择阶段状态', trigger: 'change' }
|
|
|
], |
|
|
// ],
|
|
|
priority: [ |
|
|
priority: [ |
|
|
{ required: true, message: '请输入优先级', trigger: 'blur' } |
|
|
{ required: true, message: '请输入优先级', trigger: 'blur' } |
|
|
], |
|
|
], |
|
|