yangys
2025-08-17 597a7fa0913704552bd66e43cedad2dfc6572a98
src/views/flow/components/TodolistLeft.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2025-07-01 20:45:15
 * @LastEditors: gaoshp
 * @LastEditTime: 2025-08-13 23:23:13
 * @LastEditTime: 2025-08-17 11:50:24
 * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue
-->
<template>
@@ -10,7 +10,7 @@
             <el-button type="primary" plain @click="addApp">添加文件
                </el-button>
        </div>
        <el-table :data="tableData" border @row-click="showContent" max-height="200">
        <el-table :data="tableData" border @row-click="showContent" max-height="200" highlight-current-row>
            <!-- <el-table-column prop="machineCode" label="加工机床">
            </el-table-column> -->
         <el-table-column type="index" label="#" width="40" align="center"/>