zouyu
2026-07-02 d4302901777eda9a92eb3a5a7f32f059eb598246
src/views/productionManagement/processRoute/index.vue
@@ -117,13 +117,13 @@
            showItemModal(row);
          },
        },
        // {
        //   name: "附件",
        //   type: "text",
        //   clickFun: row => {
        //     openFileDialog(row);
        //   },
        // },
        {
          name: "附件",
          type: "text",
          clickFun: row => {
            openFileDialog(row);
          },
        },
      ],
    },
  ]);