UPDATE: 修改计划数据源选择逻辑。
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
link
|
||||
icon="Postcard"
|
||||
@click="openDrawer('报告生成', scope.row)"
|
||||
v-if="form.activeTabs === 3"
|
||||
v-if="form.activeTabs === 3 && modeStore.currentMode == '比对式'"
|
||||
>
|
||||
报告生成
|
||||
</el-button>
|
||||
@@ -204,7 +204,8 @@ import { onBeforeMount, onMounted, type PropType, reactive, ref, watch } from 'v
|
||||
import { type Action, ElMessage, ElMessageBox } from 'element-plus'
|
||||
import TestPopup from './testPopup.vue'
|
||||
import dataCheckPopup from './dataCheckSingleChannelSingleTestPopup.vue'
|
||||
import CompareDataCheckSingleChannelSingleTestPopup from '@/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue'
|
||||
import CompareDataCheckSingleChannelSingleTestPopup
|
||||
from '@/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue'
|
||||
import ProTable from '@/components/ProTable/index.vue'
|
||||
import SelectTestItemPopup from '@/views/home/components/selectTestItemPopup.vue'
|
||||
import WriteTHPopup from '@/views/home/components/writeTHPopup.vue'
|
||||
|
||||
Reference in New Issue
Block a user