3 天以前 1e46d59a31096cd9dde394edae2ff322194f94ed
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);
          },
        },
      ],
    },
  ]);