update:演示版本恢复,样式修改
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
<div v-else>
|
||||
<el-button type="primary" link @click="reviewFun(item)">预览</el-button>
|
||||
<el-button type="primary" link @click="downLoadFun(item)">下载</el-button>
|
||||
<el-button type="primary" link @click="compareFun(item)">对比</el-button>
|
||||
<!-- <el-button type="primary" link @click="compareFun(item)">对比</el-button> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</BaseTable>
|
||||
<FilePreview v-model="previewVisible" :fileId="fileId"></FilePreview>
|
||||
<compareTextFile v-if="compareVisible" @close="compareVisible = false"></compareTextFile>
|
||||
<!-- <compareTextFile v-if="compareVisible" @close="compareVisible = false"></compareTextFile> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -37,7 +37,7 @@ import BaseTable from '@/components/common/table/baseTable.vue';
|
||||
import { objectTypeArrayRemovesDuplicates } from '@/utils/common';
|
||||
import FilePreview from '@/components/common/filePreview/index.vue';
|
||||
import { downloadFileByStream, fileUploadAllocationIconFun } from '@/utils/file';
|
||||
import compareTextFile from './compareTextFile.vue';
|
||||
// import compareTextFile from './compareTextFile.vue';
|
||||
|
||||
const props = defineProps({
|
||||
checkTaskInfo: {
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
<div v-else>
|
||||
<el-button type="primary" link @click="reviewFun(item)">预览</el-button>
|
||||
<el-button type="primary" link @click="downLoadFun(item)">下载</el-button>
|
||||
<el-button type="primary" link @click="compareFun(item)">对比</el-button>
|
||||
<!-- <el-button type="primary" link @click="compareFun(item)">对比</el-button> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</BaseTable>
|
||||
<FilePreview v-model="previewVisible" :fileId="fileId"></FilePreview>
|
||||
<compareTextFile v-if="compareVisible" @close="compareVisible = false"></compareTextFile>
|
||||
<!-- <compareTextFile v-if="compareVisible" @close="compareVisible = false"></compareTextFile> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -37,7 +37,7 @@ import BaseTable from '@/components/common/table/baseTable.vue';
|
||||
import { objectTypeArrayRemovesDuplicates } from '@/utils/common';
|
||||
import FilePreview from '@/components/common/filePreview/index.vue';
|
||||
import { downloadFileByStream, fileUploadAllocationIconFun } from '@/utils/file';
|
||||
import compareTextFile from './compareTextFile.vue';
|
||||
// import compareTextFile from './compareTextFile.vue';
|
||||
|
||||
const props = defineProps({
|
||||
checkTaskInfo: {
|
||||
|
||||
@@ -113,13 +113,13 @@
|
||||
>
|
||||
<el-icon> <CirclePlus /> </el-icon>新建算例
|
||||
</p>
|
||||
<p
|
||||
<!-- <p
|
||||
class="menuButton"
|
||||
v-if="rightClickNodeInfo?.nodeType === NODE_TYPE.TASK"
|
||||
@click="showDiaFun('updateTask')"
|
||||
>
|
||||
<el-icon> <Operation /> </el-icon>状态修改
|
||||
</p>
|
||||
</p> -->
|
||||
<!-- <p class="menuButton" v-if="rightClickNodeInfo?.nodeType === NODE_TYPE.TASK" @click="showDiaFun('inputParam')">
|
||||
<el-icon>
|
||||
<SetUp />
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
show-footer
|
||||
>
|
||||
<div class="page-inner">
|
||||
<el-tabs v-model="activeTab" class="tabs-demo">
|
||||
<el-tabs v-model="activeTab" class="tabs-demo" type="card">
|
||||
<!-- <el-tab-pane label="仿真报告" name="report">
|
||||
<div class="task-tab-content">
|
||||
<taskReport
|
||||
@@ -23,8 +23,8 @@
|
||||
</el-tab-pane> -->
|
||||
<el-tab-pane label="任务详情" name="info">
|
||||
<el-radio-group v-model="activeRadio">
|
||||
<el-radio-button label="仿真报告" value="report" />
|
||||
<el-radio-button label="任务详情" value="detail" v-if="showTaskInfo" />
|
||||
<el-radio-button label="仿真报告" value="report" />
|
||||
<el-radio-button label="关联需求" value="demand" />
|
||||
</el-radio-group>
|
||||
|
||||
@@ -350,7 +350,7 @@ const reportInpDiaShow = ref(false);
|
||||
const dialogVisible = ref(true);
|
||||
// const activeTab = ref(props.showTaskInfo ? 'info' : 'model-3d');
|
||||
const activeTab = ref('info');
|
||||
const activeRadio = ref('report');
|
||||
const activeRadio = ref('detail');
|
||||
const keyResultType = ref('performance');
|
||||
const taskPerformanceRef = ref();
|
||||
const taskInfoRef = ref();
|
||||
|
||||
Reference in New Issue
Block a user