| | |
| | | <!-- |
| | | * @Date: 2025-07-01 20:45:15 |
| | | * @LastEditors: gaoshp |
| | | * @LastEditTime: 2025-07-07 19:41:56 |
| | | * @LastEditTime: 2025-07-07 19:51:14 |
| | | * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue |
| | | --> |
| | | <template> |
| | |
| | | <div class="tool" v-show="row.taskDefinitionKey === 'programmingTask'"> |
| | | <el-button type="primary" @click="addApp">添加程序</el-button> |
| | | </div> |
| | | <el-table :data="tableData" border @row-click="showContent"> |
| | | <el-table :data="tableData" border @row-click="showContent" max-height="200"> |
| | | <el-table-column prop="machineCode" label="加工机床"> |
| | | </el-table-column> |
| | | <el-table-column prop="name" label="程序名称"> |
| | |
| | | label: '程序名称', |
| | | prop: 'name', |
| | | }, |
| | | { |
| | | label: '工序名称', |
| | | prop: 'processName', |
| | | }, |
| | | // { |
| | | // label: '工序名称', |
| | | // prop: 'processName', |
| | | // }, |
| | | ], |
| | | }, |
| | | } |
| | |
| | | background-color: #fffee1; |
| | | padding: 10px; |
| | | min-height: 100px; |
| | | overflow: auto; |
| | | max-height: 400px; |
| | | } |
| | | </style> |