误差体系禁用

This commit is contained in:
sjl
2024-12-24 20:22:36 +08:00
parent f17f5c9925
commit f0edeaee85
8 changed files with 368 additions and 62 deletions

View File

@@ -112,9 +112,9 @@ const columns = reactive<ColumnProps<TestScript.ResTestScript>[]>([
// 打开 drawer(新增、编辑)
const openDialog = (titleType: string, row: Partial<TestScript.ResTestScript> = {}) => {
if(modeStore.currentMode == '比对式'){
//comparisonPopup.value?.open(titleType, row)
comparisonPopup.value?.open(titleType, row,modeStore.currentMode,)
}else{
//testScriptPopup.value?.open(titleType, row)
testScriptPopup.value?.open(titleType, row,modeStore.currentMode)
}