比对式报告生成显示检测中设备
This commit is contained in:
@@ -627,7 +627,11 @@ function tableHeaderInit(val: number) {
|
|||||||
case 2: // 设备复检模式
|
case 2: // 设备复检模式
|
||||||
break
|
break
|
||||||
case 3: // 报告生成模式
|
case 3: // 报告生成模式
|
||||||
checkStateTable.value = [2, 3] // 只显示检测完成和归档状态
|
if(modeStore.currentMode === '比对式'){
|
||||||
|
checkStateTable.value = [1,2, 3] // 显示检测中,检测完成和归档状态
|
||||||
|
}else{
|
||||||
|
checkStateTable.value = [2, 3] // 显示检测完成和归档状态
|
||||||
|
}
|
||||||
columns[columns.length - 1].minWidth = 180
|
columns[columns.length - 1].minWidth = 180
|
||||||
tableKey.value += 1
|
tableKey.value += 1
|
||||||
operationShow.value = true // 显示操作列
|
operationShow.value = true // 显示操作列
|
||||||
|
|||||||
Reference in New Issue
Block a user