gaoshp
2025-08-28 7e394d280c921445ab71a4a368146504595531c7
src/views/flow/components/TodolistLeft.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2025-07-01 20:45:15
 * @LastEditors: gaoshp
 * @LastEditTime: 2025-08-27 20:43:12
 * @LastEditTime: 2025-08-27 20:48:41
 * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue
-->
<template>
@@ -12,6 +12,7 @@
            </el-button>
        </div>
         <el-text type="danger"  v-if="row.variables.curedLocked === 'Y'">固化程序已加锁,请谨慎使用</el-text>
         <el-text type="danger"  v-if="row.variables.hasCuredProgram==='Y' && row.variables.isProcessEditionSame=='N' && row.variables.cureProgramUseable==undefined">已固化程序工序版次不一致,派工版次:{{row.variables.processEdition}},已固化版次:{{row.variables.curedProcessEdition}}</el-text>
        <el-table :data="tableData" border @row-click="showContent" max-height="200" highlight-current-row>
            <!-- <el-table-column prop="machineCode" label="加工机床">
            </el-table-column> -->
@@ -42,9 +43,9 @@
                </template>
            </el-table-column>
        </el-table>
        <h4>零组件号: {{row.variables.drawingNo}} 工序号: {{row.variables.processNo }} 工序版次: {{ row.variables.processEdition }}</h4>
        <!--
        <el-collapse>
            <el-collapse-item title="固化旧版本" name="1">
            <el-collapse-item :title="`固化旧版本: 零组件号: ${row.variables.drawingNo} 工序号: ${row.variables.processNo } 工序版次: ${ row.variables.processEdition }`" name="1">
                <el-table :data="fileData" border @row-click="showContent" max-height="200" highlight-current-row>
                    <el-table-column type="index" label="#" width="40" align="center" />
                    <el-table-column prop="name" label="文件名">
@@ -63,7 +64,7 @@
                </el-table>
            </el-collapse-item>
        </el-collapse>
        -->
        <h4>程序内容</h4>
        <div v-html="appContent" class="app-content">
        </div>