| | |
| | | <!-- |
| | | * @Date: 2025-07-01 20:45:15 |
| | | * @LastEditors: gaoshp |
| | | * @LastEditTime: 2025-08-20 21:01:55 |
| | | * @LastEditTime: 2025-08-20 21:03:19 |
| | | * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue |
| | | --> |
| | | <template> |
| | |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100" align="center"> |
| | | <el-table-column fixed="right" label="操作" width="150" align="center"> |
| | | <template #default="scope"> |
| | | <!--'cureProgramTask', 固化编制,不能删除和上传--> |
| | | <a style="color: blue;margin-right: 4px;cursor: pointer;font-size: 12px;" |
| | |
| | | <el-button type="primary" @click="add">确 定</el-button> |
| | | </div> --> |
| | | </el-dialog> |
| | | <el-dialog title="程序选择" v-model="diffDialog" width="50%"> |
| | | <el-dialog title="程序选择" v-model="diffDialog" width="80%"> |
| | | <code-diff :old-string="this.content1" :new-string="this.content2" output-format="side-by-side" |
| | | :hideStat="true" :filename="codeDiffFileName1" :newFilename="codeDiffFileName2" /> |
| | | </el-dialog> |