gaoluyang
3 天以前 452023426e177645ae826925755a98af0bf11607
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);
          },
        },
      ],
    },
  ]);