feat: 工况库

This commit is contained in:
JiangSheng
2025-11-12 11:05:41 +08:00
parent 2570920a05
commit bd3a666953

View File

@@ -52,7 +52,7 @@ interface Props {
modelValue: boolean;
tableName?: string;
detail?: any;
operationType: OPERATION_TYPE
operationType: OPERATION_TYPE | string;
nodeType?: string;
modalTableNameList?: string[];
}
@@ -75,7 +75,7 @@ const tableFormRef = ref<any>();
const localDiaTitle = ref('');
const localDetail = ref<any>(null);
const localOperationType = ref<OPERATION_TYPE>(OPERATION_TYPE.ADD);
const localOperationType = ref<OPERATION_TYPE|string>(OPERATION_TYPE.ADD);
const localTableName = ref(props.tableName || '');
const onShowFun = () => {