检测流程样式调整

This commit is contained in:
GYYM
2024-11-20 21:30:05 +08:00
parent d673fc8685
commit b992b2653a
9 changed files with 1035 additions and 48 deletions

View File

@@ -217,11 +217,11 @@ const columns = reactive<ColumnProps<Plan.PlanAndSourceBO>[]>([
},
},
{
prop: 'dataSource_Id',
prop: 'dataSource_Ids',
label: '数据源',
width: 200,
enum: testSoureDataList,
fieldNames: { label: 'label', value: 'id' },
// enum: testSoureDataList,
// fieldNames: { label: 'label', value: 'id' },
},
{
prop: 'test_State',