|
@ -7,6 +7,7 @@ export const SamplingProcessRules = reactive({ |
|
|
sampleType: [required], |
|
|
sampleType: [required], |
|
|
evaluationMode: [required], |
|
|
evaluationMode: [required], |
|
|
available: [required], |
|
|
available: [required], |
|
|
|
|
|
description: [required], |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
export const SamplingProcess = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const SamplingProcess = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|