-
+
-
+
+
+
+
+
+
+
+
+
+
-
@@ -24,68 +32,80 @@
import { dialogSmall} from '@/utils/elementBind'
import {dictPattern,dictTestState,dictReportState,dictResult,testPlanDataList,sourceDataList,deviceDataList,testSoureDataList,testScriptDataList,testErrSystDataList,planData,testFatherPlanList} from '@/api/plan/planData'
-const value = ref()
+ const selectChange = (val: any) => {
+ console.log(val)
+ }
+const value1 = ref()
+const value2 = ref()
+const value3 = ref()
+const value4 = ref()
const sourcesList = [
{
value: '1',
label: '高精度设备-PQV520-1',
- disabled: true,
+ disabled: false,
children: [
{
value: '1-1',
label: '监测点1',
- disabled: true,
+ disabled: false,
},
{
value: '1-2',
label: '监测点2',
- disabled: true,
+ disabled: false,
},
],
},
{
value: '2',
label: '高精度设备-PQV520-2',
+ disabled: false,
children: [
{
value: '2-1',
label: '监测点1',
+ disabled: false,
},
{
value: '2-2',
label: '监测点2',
+ disabled: false,
},
],
},
{
value: '3',
label: '高精度设备-PQV520-3',
- disabled: true,
+ disabled: false,
children: [
{
value: '3-1',
label: '监测点1',
- disabled: true,
+ disabled: false,
},
{
value: '3-2',
label: '监测点2',
- disabled: true,
+ disabled: false,
},
],
},
{
value: '4',
label: '高精度设备-PQV520-4',
+ disabled: false,
children: [
{
value: '4-1',
label: '监测点1',
+ disabled: false,
},
{
value: '4-2',
label: '监测点2',
+ disabled: false,
},
],
},
@@ -93,24 +113,6 @@ const sourcesList = [
const props = defineProps<{
visible: boolean;
- dialogTitle: string;
- isReadOnly: boolean,
- formData: {
- id:string;
- name: string;
- pattern: string; //模式,字典表(数字、模拟、比对)
- father_Plan_Id: string; //父计划ID
- source_Id: string;//检测源ID
- dataSource_Id: string; //数据源ID
- script_Id: string; //检测脚本ID
- error_Sys_Id: string;//误差体系ID
- device_Id: string;//被检设备ID
- test_State: string; //检测状态
- report_State: string; //报告生成状态
- result: string;//检测结果
- state: number; //状态
-
- };
}>();
const fatherPlanList = [
diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue
index e45eadc..322402e 100644
--- a/frontend/src/views/home/components/table.vue
+++ b/frontend/src/views/home/components/table.vue
@@ -180,6 +180,11 @@
:visible="dataCheckChangeErrSysDialogVisible"
@update:visible="dataCheckChangeErrSysDialogVisible = $event"
>
+
+