|
@@ -134,7 +134,11 @@ const InternalAssess = ref([
|
|
|
])
|
|
|
|
|
|
//上报批次
|
|
|
-const InternalReportBatch = ref([])
|
|
|
+const InternalReportBatch = ref([
|
|
|
+ {label: "1", value: 1},
|
|
|
+ {label: "2", value: 2},
|
|
|
+ {label: "3", value: 3},
|
|
|
+])
|
|
|
|
|
|
//是否关联试验
|
|
|
const InternalAssociation = ref([
|