src/views/flow/components/TodolistLeft.vue
@@ -7,7 +7,7 @@ <template> <basic-container> <!--'cureProgramTask', 固化编制能添加文件0916--> <div class="tool" v-show="['programmingTask','cureProgramTask', 'replaceProgrammingTask','appendProgrammingTask'].includes(row.taskDefinitionKey)"> <div class="tool" v-show="['programmingTask','replaceProgrammingTask','appendProgrammingTask'].includes(row.taskDefinitionKey)"> <!--无固化的情况才显示该开关--> <el-switch v-if="row.variables.hasCuredProgram!=='Y'" v-model="programOnMachine" active-text="现场编制" inactive-text="工艺编制" />