feat: 添加批量处理任务管理页面及报告日志查看器
This commit is contained in:
parent
e1f745cf21
commit
a60f841462
@ -169,7 +169,7 @@
|
||||
<el-form-item label="执行策略序列">
|
||||
<el-select v-model="cadSettings[cadType].strategy" placeholder="请选择策略" style="width: 100%" @change="(val) => onStrategyChange(cadType, val)">
|
||||
<template v-if="cadType === 'creo'">
|
||||
<el-option label="模型打开 -> Shrinkwrap外壳 -> 关闭模型 (Creo)" value="creo_shrinkwrap" />
|
||||
<el-option label="模型打开 -> 几何优化 -> 关闭模型 (Creo)" value="creo_shrinkwrap" />
|
||||
</template>
|
||||
<template v-else-if="cadType === 'revit'">
|
||||
<el-option label="模型打开 -> 建筑模型剥壳 -> 关闭模型 (Revit)" value="shell_execute" />
|
||||
|
||||
@ -630,7 +630,7 @@ const mockReports = [
|
||||
],
|
||||
comparisonData: {
|
||||
sourceFormat: 'ASM (Creo)',
|
||||
targetFormat: 'Shrinkwrap PRT',
|
||||
targetFormat: '几何优化 PRT',
|
||||
sizeReduction: '76.5%',
|
||||
polygonReduction: '45.2%',
|
||||
sourceProps: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user